PagingWidget.ui 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PagingWidget</class>
  4. <widget class="QWidget" name="PagingWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>376</width>
  10. <height>54</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QPushButton" name="btn_previous">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>10</y>
  21. <width>31</width>
  22. <height>30</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>&lt;</string>
  27. </property>
  28. </widget>
  29. <widget class="QPushButton" name="btn_page1">
  30. <property name="geometry">
  31. <rect>
  32. <x>50</x>
  33. <y>10</y>
  34. <width>31</width>
  35. <height>30</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>1</string>
  40. </property>
  41. </widget>
  42. <widget class="QPushButton" name="btn_page2">
  43. <property name="geometry">
  44. <rect>
  45. <x>90</x>
  46. <y>10</y>
  47. <width>31</width>
  48. <height>30</height>
  49. </rect>
  50. </property>
  51. <property name="text">
  52. <string>2</string>
  53. </property>
  54. </widget>
  55. <widget class="QPushButton" name="btn_page3">
  56. <property name="geometry">
  57. <rect>
  58. <x>130</x>
  59. <y>10</y>
  60. <width>31</width>
  61. <height>30</height>
  62. </rect>
  63. </property>
  64. <property name="text">
  65. <string>3</string>
  66. </property>
  67. </widget>
  68. <widget class="QPushButton" name="btn_page4">
  69. <property name="geometry">
  70. <rect>
  71. <x>170</x>
  72. <y>10</y>
  73. <width>31</width>
  74. <height>30</height>
  75. </rect>
  76. </property>
  77. <property name="text">
  78. <string>4</string>
  79. </property>
  80. </widget>
  81. <widget class="QPushButton" name="btn_page5">
  82. <property name="geometry">
  83. <rect>
  84. <x>210</x>
  85. <y>10</y>
  86. <width>31</width>
  87. <height>30</height>
  88. </rect>
  89. </property>
  90. <property name="text">
  91. <string>5</string>
  92. </property>
  93. </widget>
  94. <widget class="QPushButton" name="btn_page6">
  95. <property name="geometry">
  96. <rect>
  97. <x>250</x>
  98. <y>10</y>
  99. <width>31</width>
  100. <height>30</height>
  101. </rect>
  102. </property>
  103. <property name="text">
  104. <string>...</string>
  105. </property>
  106. </widget>
  107. <widget class="QPushButton" name="btn_page7">
  108. <property name="geometry">
  109. <rect>
  110. <x>290</x>
  111. <y>10</y>
  112. <width>31</width>
  113. <height>30</height>
  114. </rect>
  115. </property>
  116. <property name="text">
  117. <string>8</string>
  118. </property>
  119. </widget>
  120. <widget class="QPushButton" name="btn_next">
  121. <property name="geometry">
  122. <rect>
  123. <x>330</x>
  124. <y>10</y>
  125. <width>31</width>
  126. <height>30</height>
  127. </rect>
  128. </property>
  129. <property name="text">
  130. <string>&gt;</string>
  131. </property>
  132. </widget>
  133. </widget>
  134. <resources/>
  135. <connections/>
  136. </ui>