selectfiledialog.ui 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SelectFileDialog</class>
  4. <widget class="QDialog" name="SelectFileDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>650</width>
  10. <height>524</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>选择文件/文件夹</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QWidget" name="widget_2" native="true">
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>41</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>16777215</width>
  28. <height>41</height>
  29. </size>
  30. </property>
  31. <layout class="QHBoxLayout" name="horizontalLayout">
  32. <item>
  33. <widget class="QLabel" name="label">
  34. <property name="minimumSize">
  35. <size>
  36. <width>100</width>
  37. <height>0</height>
  38. </size>
  39. </property>
  40. <property name="maximumSize">
  41. <size>
  42. <width>100</width>
  43. <height>16777215</height>
  44. </size>
  45. </property>
  46. <property name="text">
  47. <string>查找范围:</string>
  48. </property>
  49. <property name="alignment">
  50. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <widget class="QLineEdit" name="edtPath"/>
  56. </item>
  57. <item>
  58. <widget class="QToolButton" name="btnOpen">
  59. <property name="text">
  60. <string>...</string>
  61. </property>
  62. <property name="icon">
  63. <iconset resource="../../ndsclient/app.qrc">
  64. <normaloff>:/res/folder.ico</normaloff>:/res/folder.ico</iconset>
  65. </property>
  66. </widget>
  67. </item>
  68. </layout>
  69. </widget>
  70. </item>
  71. <item>
  72. <widget class="QWidget" name="widget_3" native="true">
  73. <layout class="QHBoxLayout" name="horizontalLayout_2">
  74. <item>
  75. <widget class="QTreeView" name="tvData"/>
  76. </item>
  77. </layout>
  78. </widget>
  79. </item>
  80. <item>
  81. <widget class="QWidget" name="widget" native="true">
  82. <property name="minimumSize">
  83. <size>
  84. <width>0</width>
  85. <height>41</height>
  86. </size>
  87. </property>
  88. <property name="maximumSize">
  89. <size>
  90. <width>16777215</width>
  91. <height>41</height>
  92. </size>
  93. </property>
  94. <layout class="QHBoxLayout" name="horizontalLayout_3">
  95. <item>
  96. <spacer name="horizontalSpacer">
  97. <property name="orientation">
  98. <enum>Qt::Horizontal</enum>
  99. </property>
  100. <property name="sizeHint" stdset="0">
  101. <size>
  102. <width>439</width>
  103. <height>20</height>
  104. </size>
  105. </property>
  106. </spacer>
  107. </item>
  108. <item>
  109. <widget class="QPushButton" name="btnOk">
  110. <property name="text">
  111. <string>确定</string>
  112. </property>
  113. </widget>
  114. </item>
  115. <item>
  116. <widget class="QPushButton" name="btnCancel">
  117. <property name="text">
  118. <string>取消</string>
  119. </property>
  120. </widget>
  121. </item>
  122. </layout>
  123. </widget>
  124. </item>
  125. </layout>
  126. </widget>
  127. <resources>
  128. <include location="../../ndsclient/app.qrc"/>
  129. </resources>
  130. <connections/>
  131. </ui>