123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>PagingWidget</class>
- <widget class="QWidget" name="PagingWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>376</width>
- <height>54</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QPushButton" name="btn_previous">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>31</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string><</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_page1">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>10</y>
- <width>31</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>1</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_page2">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>10</y>
- <width>31</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>2</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_page3">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>10</y>
- <width>31</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>3</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_page4">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>10</y>
- <width>31</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>4</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_page5">
- <property name="geometry">
- <rect>
- <x>210</x>
- <y>10</y>
- <width>31</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>5</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_page6">
- <property name="geometry">
- <rect>
- <x>250</x>
- <y>10</y>
- <width>31</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>...</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_page7">
- <property name="geometry">
- <rect>
- <x>290</x>
- <y>10</y>
- <width>31</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>8</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_next">
- <property name="geometry">
- <rect>
- <x>330</x>
- <y>10</y>
- <width>31</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>></string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|