formshkjfree.ui 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormShkjFree</class>
  4. <widget class="QWidget" name="FormShkjFree">
  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. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QCheckBox" name="checkBox">
  21. <property name="text">
  22. <string>全选</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <widget class="QRadioButton" name="radioButtonAll">
  28. <property name="text">
  29. <string>全部</string>
  30. </property>
  31. <property name="checked">
  32. <bool>true</bool>
  33. </property>
  34. </widget>
  35. </item>
  36. <item>
  37. <widget class="QRadioButton" name="radioButtonDown">
  38. <property name="text">
  39. <string>已下载</string>
  40. </property>
  41. </widget>
  42. </item>
  43. <item>
  44. <widget class="QRadioButton" name="radioButtonNoDown">
  45. <property name="text">
  46. <string>未下载</string>
  47. </property>
  48. </widget>
  49. </item>
  50. <item>
  51. <spacer name="horizontalSpacer_3">
  52. <property name="orientation">
  53. <enum>Qt::Horizontal</enum>
  54. </property>
  55. <property name="sizeHint" stdset="0">
  56. <size>
  57. <width>40</width>
  58. <height>20</height>
  59. </size>
  60. </property>
  61. </spacer>
  62. </item>
  63. <item>
  64. <widget class="QLabel" name="label">
  65. <property name="text">
  66. <string>注:重复下载历史记录只计费一次</string>
  67. </property>
  68. </widget>
  69. </item>
  70. </layout>
  71. </item>
  72. <item>
  73. <widget class="QTableWidget" name="tableWidget"/>
  74. </item>
  75. <item>
  76. <layout class="QHBoxLayout" name="horizontalLayout_2">
  77. <item>
  78. <widget class="QPushButton" name="pushButtonQuery">
  79. <property name="text">
  80. <string>刷新</string>
  81. </property>
  82. </widget>
  83. </item>
  84. <item>
  85. <widget class="QPushButton" name="pushButtonDel">
  86. <property name="text">
  87. <string>删除选中</string>
  88. </property>
  89. </widget>
  90. </item>
  91. <item>
  92. <widget class="QPushButton" name="pushButtonBatchDown">
  93. <property name="text">
  94. <string>批量下载</string>
  95. </property>
  96. </widget>
  97. </item>
  98. <item>
  99. <spacer name="horizontalSpacer">
  100. <property name="orientation">
  101. <enum>Qt::Horizontal</enum>
  102. </property>
  103. <property name="sizeHint" stdset="0">
  104. <size>
  105. <width>40</width>
  106. <height>20</height>
  107. </size>
  108. </property>
  109. </spacer>
  110. </item>
  111. <item>
  112. <widget class="QLabel" name="batchDlHint">
  113. <property name="text">
  114. <string/>
  115. </property>
  116. <property name="textFormat">
  117. <enum>Qt::LogText</enum>
  118. </property>
  119. </widget>
  120. </item>
  121. </layout>
  122. </item>
  123. </layout>
  124. </widget>
  125. <resources/>
  126. <connections/>
  127. </ui>