UI Form Mencari Data PyQt Designer Bahasa Python


<ui version="4.0">

<class>MainWindow3</class>

<widget class="QMainWindow" name="MainWindow3">

<property name="geometry">

<rect>

<x>0</x>

<y>0</y>

<width>417</width>

<height>500</height>
</rect>
</property>

<property name="windowTitle">

<string>MainWindow</string>
</property>

<widget class="QWidget" name="centralwidget">

<widget class="QLabel" name="label">

<property name="geometry">

<rect>

<x>116</x>

<y>20</y>

<width>181</width>

<height>20</height>
</rect>
</property>

<property name="text">

<string>SISTEM INFORMASI MAHASISWA</string>
</property>
</widget>

<widget class="QLabel" name="label_2">

<property name="geometry">

<rect>

<x>40</x>

<y>130</y>

<width>47</width>

<height>13</height>
</rect>
</property>

<property name="text">

<string>EMAIL</string>
</property>
</widget>

<widget class="QLabel" name="label_3">

<property name="geometry">

<rect>

<x>70</x>

<y>90</y>

<width>261</width>

<height>21</height>
</rect>
</property>

<property name="text">

<string>MASUKKAN NAMA YANG INGIN ANDA CARI DATANYA</string>
</property>
</widget>

<widget class="QLineEdit" name="lineEdit">

<property name="geometry">

<rect>

<x>100</x>

<y>130</y>

<width>113</width>

<height>20</height>
</rect>
</property>
</widget>

<widget class="QPushButton" name="pushButton">

<property name="geometry">

<rect>

<x>220</x>

<y>130</y>

<width>75</width>

<height>23</height>
</rect>
</property>

<property name="text">

<string>CARI</string>
</property>
</widget>

<widget class="QLabel" name="label_4">

<property name="geometry">

<rect>

<x>80</x>

<y>230</y>

<width>181</width>

<height>31</height>
</rect>
</property>

<property name="text">

<string>DATA MAHASISWA YANG ANDA CARI</string>
</property>
</widget>

<widget class="QLabel" name="label_5">

<property name="geometry">

<rect>

<x>40</x>

<y>280</y>

<width>47</width>

<height>13</height>
</rect>
</property>

<property name="text">

<string>NAMA:</string>
</property>
</widget>

<widget class="QLabel" name="label_6">

<property name="geometry">

<rect>

<x>40</x>

<y>320</y>

<width>47</width>

<height>13</height>
</rect>
</property>

<property name="text">

<string>PRODI:</string>
</property>
</widget>

<widget class="QLineEdit" name="lineEdit_2">

<property name="geometry">

<rect>

<x>90</x>

<y>280</y>

<width>113</width>

<height>20</height>
</rect>
</property>
</widget>

<widget class="QLineEdit" name="lineEdit_3">

<property name="geometry">

<rect>

<x>90</x>

<y>320</y>

<width>113</width>

<height>20</height>
</rect>
</property>
</widget>

<widget class="QLabel" name="label_7">

<property name="geometry">

<rect>

<x>90</x>

<y>370</y>

<width>171</width>

<height>16</height>
</rect>
</property>

<property name="text">

<string>HAPUS DATA MAHASISWA</string>
</property>
</widget>

<widget class="QLabel" name="label_8">

<property name="geometry">

<rect>

<x>40</x>

<y>400</y>

<width>47</width>

<height>13</height>
</rect>
</property>

<property name="text">

<string>NAMA:</string>
</property>
</widget>

<widget class="QLineEdit" name="lineEdit_4">

<property name="geometry">

<rect>

<x>90</x>

<y>400</y>

<width>113</width>

<height>20</height>
</rect>
</property>
</widget>

<widget class="QPushButton" name="pushButton_2">

<property name="geometry">

<rect>

<x>210</x>

<y>400</y>

<width>75</width>

<height>23</height>
</rect>
</property>

<property name="text">

<string>HAPUS</string>
</property>
</widget>
</widget>

<widget class="QMenuBar" name="menubar">

<property name="geometry">

<rect>

<x>0</x>

<y>0</y>

<width>417</width>

<height>21</height>
</rect>
</property>
</widget>

<widget class="QStatusBar" name="statusbar"/>
</widget>

<resources/>

<connections/>
</ui>

Komentar