Üye
Kod:
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1252</width>
<height>682</height>
</rect>
</property>
<property name="windowTitle">
<string>Diabetic Retinopathy Detection using machine Learning</string>
</property>
<widget class="QLabel" name="imgLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>800</width>
<height>661</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>1120</x>
<y>5</y>
<width>120</width>
<height>231</height>
</rect>
</property>
<property name="title">
<string>Process</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPushButton" name="TrainButton">
<property name="text">
<string>Training</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="BrowseButton">
<property name="text">
<string>Browse Test Image</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="DetectRecogniseButton">
<property name="text">
<string> Recognise</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="ExitButton">
<property name="text">
<string>Exit</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>1120</x>
<y>240</y>
<width>121</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>820</x>
<y>296</y>
<width>131</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Prognosis & Medication</string>
</property>
</widget>
<widget class="QLabel" name="barimgLabel">
<property name="geometry">
<rect>
<x>820</x>
<y>10</y>
<width>291</width>
<height>281</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Box</enum>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit">
<property name="geometry">
<rect>
<x>820</x>
<y>320</y>
<width>421</width>
<height>351</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Moderatörün son düzenlenenleri: