Diabetic Retinopathy Detection - GUI based Python code - gui.ui

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üye
Katılım
5 Şub 2019
Mesajlar
20
Tepki puanı
10
Yaş
36
7 HİZMET YILI
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 &amp; 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:
Beerus sama
Ultra Üye
Katılım
7 Şub 2020
Mesajlar
1,552
Çözümler
1
Tepki puanı
207
Ödüller
4
6 HİZMET YILI
thanks for sharing i will try it
 
Onaylı Üye
Katılım
5 May 2020
Mesajlar
52
Tepki puanı
0
Ödüller
2
Yaş
24
6 HİZMET YILI
I am gonna try it out, learning python atm, so I will analise whis code, thanks for sharing
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...