UI Form Menu PyQt Designer Bahasa Python


<ui version="4.0">

<class>MainWindow</class>

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

<property name="geometry">

<rect>

<x>0</x>

<y>0</y>

<width>510</width>

<height>303</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>180</x>

<y>10</y>

<width>161</width>

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

<property name="text">

<string>MENU UTAMA PENDAFTARAN </string>
</property>
</widget>

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

<property name="geometry">

<rect>

<x>190</x>

<y>60</y>

<width>121</width>

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

<property name="text">

<string>DAFTAR MAHASISWA</string>
</property>
</widget>

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

<property name="geometry">

<rect>

<x>190</x>

<y>110</y>

<width>121</width>

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

<property name="text">

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

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

<property name="geometry">

<rect>

<x>190</x>

<y>160</y>

<width>121</width>

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

<property name="text">

<string>LIHAT MAHASISWA</string>
</property>
</widget>
</widget>

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

<property name="geometry">

<rect>

<x>0</x>

<y>0</y>

<width>510</width>

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

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

<resources/>

<connections/>
</ui>

Komentar