<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>QPagedTable</class> <widget class="QWidget" name="QPagedTable"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>800</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QWidget" name="wdgtTable" native="true"> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QTableWidget" name="table"/> </item> </layout> </widget> </item> <item> <widget class="QWidget" name="wdgtPage" native="true"> <layout class="QHBoxLayout" name="horizontalLayout_3"> <property name="spacing"> <number>10</number> </property> <property name="leftMargin"> <number>20</number> </property> <property name="topMargin"> <number>10</number> </property> <property name="rightMargin"> <number>20</number> </property> <property name="bottomMargin"> <number>20</number> </property> <item> <spacer name="spacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>1135</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="labelCurrPage"> <property name="text"> <string>1</string> </property> </widget> </item> <item> <widget class="QLabel" name="labelText"> <property name="text"> <string>条记录</string> </property> </widget> </item> <item> <spacer name="spacerBtn"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QWidget" name="wdgtPageBtn" native="true"> <layout class="QHBoxLayout" name="horizontalLayout_4"> <property name="spacing"> <number>10</number> </property> <property name="leftMargin"> <number>10</number> </property> <property name="topMargin"> <number>5</number> </property> <property name="rightMargin"> <number>10</number> </property> <property name="bottomMargin"> <number>5</number> </property> <item> <widget class="QToolButton" name="btnFirst"> <property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>:/images/btnPageFirst.png</normaloff>:/images/btnPageFirst.png</iconset> </property> <property name="iconSize"> <size> <width>24</width> <height>24</height> </size> </property> </widget> </item> <item> <widget class="QToolButton" name="btnPre"> <property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>:/images/btnPagePre.png</normaloff>:/images/btnPagePre.png</iconset> </property> <property name="iconSize"> <size> <width>24</width> <height>24</height> </size> </property> </widget> </item> <item> <widget class="QToolButton" name="btnNext"> <property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>:/images/btnPageNext.png</normaloff>:/images/btnPageNext.png</iconset> </property> <property name="iconSize"> <size> <width>24</width> <height>24</height> </size> </property> </widget> </item> <item> <widget class="QToolButton" name="btnLast"> <property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>:/images/btnPageLast.png</normaloff>:/images/btnPageLast.png</iconset> </property> <property name="iconSize"> <size> <width>24</width> <height>24</height> </size> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>