UI Form Menampilkan Data PyQt Designer Bahasa Python


<ui version="4.0">

<class>MainWindow4</class>

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

<property name="geometry">

<rect>

<x>0</x>

<y>0</y>

<width>516</width>

<height>380</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>110</x>

<y>20</y>

<width>301</width>

<height>41</height>
</rect>
</property>

<property name="font">

<font>

<pointsize>10</pointsize>

<weight>75</weight>

<bold>true</bold>
</font>
</property>

<property name="text">

<string>Mahasiswa Yang Terdaftar Di Universitas Ini</string>
</property>
</widget>

<widget class="QTableWidget" name="tableWidget">

<property name="geometry">

<rect>

<x>40</x>

<y>80</y>

<width>421</width>

<height>181</height>
</rect>
</property>

<property name="rowCount">

<number>5</number>
</property>

<property name="columnCount">

<number>4</number>
</property>

<row/>

<row/>

<row/>

<row/>

<row/>

<column/>

<column/>

<column/>

<column/>
</widget>

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

<property name="geometry">

<rect>

<x>340</x>

<y>270</y>

<width>121</width>

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

<property name="text">

<string>Lihat Semua Mahasiswa</string>
</property>
</widget>
</widget>

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

<property name="geometry">

<rect>

<x>0</x>

<y>0</y>

<width>516</width>

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

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

<resources/>

<connections/>
</ui>

Komentar