devdataform.ui 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DevDataForm</class>
  4. <widget class="QWidget" name="DevDataForm">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QLabel" name="label">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>0</y>
  21. <width>401</width>
  22. <height>301</height>
  23. </rect>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true">background-color: rgb(222, 222, 222);</string>
  27. </property>
  28. <property name="text">
  29. <string/>
  30. </property>
  31. </widget>
  32. <widget class="QLabel" name="label_2">
  33. <property name="geometry">
  34. <rect>
  35. <x>20</x>
  36. <y>20</y>
  37. <width>311</width>
  38. <height>31</height>
  39. </rect>
  40. </property>
  41. <property name="font">
  42. <font>
  43. <family>微软雅黑</family>
  44. <pointsize>12</pointsize>
  45. </font>
  46. </property>
  47. <property name="styleSheet">
  48. <string notr="true">background-color: rgba(255, 255, 255, 0);</string>
  49. </property>
  50. <property name="text">
  51. <string/>
  52. </property>
  53. </widget>
  54. <widget class="QTableWidget" name="tableWidget">
  55. <property name="geometry">
  56. <rect>
  57. <x>0</x>
  58. <y>60</y>
  59. <width>401</width>
  60. <height>181</height>
  61. </rect>
  62. </property>
  63. </widget>
  64. <widget class="QLabel" name="label_3">
  65. <property name="geometry">
  66. <rect>
  67. <x>10</x>
  68. <y>240</y>
  69. <width>61</width>
  70. <height>20</height>
  71. </rect>
  72. </property>
  73. <property name="font">
  74. <font>
  75. <family>微软雅黑</family>
  76. </font>
  77. </property>
  78. <property name="styleSheet">
  79. <string notr="true">background-color: rgba(255, 255, 255, 0);</string>
  80. </property>
  81. <property name="text">
  82. <string>更新时间:</string>
  83. </property>
  84. </widget>
  85. <widget class="QLabel" name="label_4">
  86. <property name="geometry">
  87. <rect>
  88. <x>70</x>
  89. <y>240</y>
  90. <width>140</width>
  91. <height>20</height>
  92. </rect>
  93. </property>
  94. <property name="font">
  95. <font>
  96. <family>微软雅黑</family>
  97. </font>
  98. </property>
  99. <property name="styleSheet">
  100. <string notr="true">background-color: rgba(255, 255, 255, 0);</string>
  101. </property>
  102. <property name="text">
  103. <string/>
  104. </property>
  105. </widget>
  106. <widget class="QPushButton" name="pushButton">
  107. <property name="geometry">
  108. <rect>
  109. <x>314</x>
  110. <y>260</y>
  111. <width>61</width>
  112. <height>23</height>
  113. </rect>
  114. </property>
  115. <property name="styleSheet">
  116. <string notr="true">background-color: rgba(255, 255, 255, 0);
  117. border-color: rgb(0, 0, 0);
  118. border:2px;</string>
  119. </property>
  120. <property name="text">
  121. <string>关闭</string>
  122. </property>
  123. </widget>
  124. </widget>
  125. <resources/>
  126. <connections/>
  127. </ui>