<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>PersonListForm</class> <widget class="QWidget" name="PersonListForm"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>600</width> <height>400</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <widget class="QLineEdit" name="inputName"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>200</width> <height>30</height> </rect> </property> </widget> <widget class="QPushButton" name="btnFirst"> <property name="geometry"> <rect> <x>10</x> <y>360</y> <width>25</width> <height>25</height> </rect> </property> <property name="text"> <string><<</string> </property> </widget> <widget class="QPushButton" name="btnPrev"> <property name="geometry"> <rect> <x>45</x> <y>360</y> <width>25</width> <height>25</height> </rect> </property> <property name="text"> <string><</string> </property> </widget> <widget class="QPushButton" name="btnNext"> <property name="geometry"> <rect> <x>80</x> <y>360</y> <width>25</width> <height>25</height> </rect> </property> <property name="text"> <string>></string> </property> </widget> <widget class="QPushButton" name="btnLast"> <property name="geometry"> <rect> <x>115</x> <y>360</y> <width>25</width> <height>25</height> </rect> </property> <property name="text"> <string>>></string> </property> </widget> <widget class="QTableView" name="tableView"> <property name="geometry"> <rect> <x>10</x> <y>50</y> <width>580</width> <height>300</height> </rect> </property> </widget> <widget class="QLabel" name="labelPage"> <property name="geometry"> <rect> <x>180</x> <y>360</y> <width>60</width> <height>25</height> </rect> </property> <property name="text"> <string/> </property> </widget> <widget class="QPushButton" name="btnQuery"> <property name="geometry"> <rect> <x>500</x> <y>10</y> <width>90</width> <height>30</height> </rect> </property> <property name="text"> <string>查询</string> </property> </widget> </widget> <resources/> <connections/> </ui>