LayoutConfigDialog.ui 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CLayoutConfigDialog</class>
  4. <widget class="QDialog" name="CLayoutConfigDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>434</width>
  10. <height>157</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Layout Configuration</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <spacer name="horizontalSpacer_1">
  21. <property name="orientation">
  22. <enum>Qt::Horizontal</enum>
  23. </property>
  24. <property name="sizeHint" stdset="0">
  25. <size>
  26. <width>0</width>
  27. <height>0</height>
  28. </size>
  29. </property>
  30. </spacer>
  31. </item>
  32. <item>
  33. <layout class="QVBoxLayout" name="verticalLayout">
  34. <item>
  35. <spacer name="verticalSpacer_4">
  36. <property name="orientation">
  37. <enum>Qt::Vertical</enum>
  38. </property>
  39. <property name="sizeHint" stdset="0">
  40. <size>
  41. <width>20</width>
  42. <height>40</height>
  43. </size>
  44. </property>
  45. </spacer>
  46. </item>
  47. <item>
  48. <widget class="QLabel" name="label">
  49. <property name="text">
  50. <string>Select Layout:</string>
  51. </property>
  52. <property name="alignment">
  53. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  54. </property>
  55. </widget>
  56. </item>
  57. <item>
  58. <spacer name="verticalSpacer_5">
  59. <property name="minimumSize">
  60. <size>
  61. <width>0</width>
  62. <height>12</height>
  63. </size>
  64. </property>
  65. <property name="maximumSize">
  66. <size>
  67. <width>16777215</width>
  68. <height>12</height>
  69. </size>
  70. </property>
  71. <property name="orientation">
  72. <enum>Qt::Vertical</enum>
  73. </property>
  74. <property name="sizeHint" stdset="0">
  75. <size>
  76. <width>0</width>
  77. <height>0</height>
  78. </size>
  79. </property>
  80. </spacer>
  81. </item>
  82. <item>
  83. <widget class="QListView" name="m_layouts">
  84. <property name="minimumSize">
  85. <size>
  86. <width>400</width>
  87. <height>40</height>
  88. </size>
  89. </property>
  90. <property name="maximumSize">
  91. <size>
  92. <width>400</width>
  93. <height>40</height>
  94. </size>
  95. </property>
  96. <property name="frameShape">
  97. <enum>QFrame::NoFrame</enum>
  98. </property>
  99. <property name="lineWidth">
  100. <number>0</number>
  101. </property>
  102. <property name="viewMode">
  103. <enum>QListView::IconMode</enum>
  104. </property>
  105. </widget>
  106. </item>
  107. <item>
  108. <spacer name="verticalSpacer">
  109. <property name="orientation">
  110. <enum>Qt::Vertical</enum>
  111. </property>
  112. <property name="sizeHint" stdset="0">
  113. <size>
  114. <width>20</width>
  115. <height>40</height>
  116. </size>
  117. </property>
  118. </spacer>
  119. </item>
  120. </layout>
  121. </item>
  122. <item>
  123. <spacer name="horizontalSpacer_2">
  124. <property name="orientation">
  125. <enum>Qt::Horizontal</enum>
  126. </property>
  127. <property name="sizeHint" stdset="0">
  128. <size>
  129. <width>0</width>
  130. <height>0</height>
  131. </size>
  132. </property>
  133. </spacer>
  134. </item>
  135. </layout>
  136. </item>
  137. <item>
  138. <widget class="QLabel" name="label_2">
  139. <property name="frameShape">
  140. <enum>QFrame::HLine</enum>
  141. </property>
  142. <property name="frameShadow">
  143. <enum>QFrame::Sunken</enum>
  144. </property>
  145. <property name="text">
  146. <string/>
  147. </property>
  148. <property name="wordWrap">
  149. <bool>true</bool>
  150. </property>
  151. </widget>
  152. </item>
  153. <item>
  154. <widget class="QDialogButtonBox" name="m_buttonBox">
  155. <property name="standardButtons">
  156. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  157. </property>
  158. </widget>
  159. </item>
  160. </layout>
  161. </widget>
  162. <resources/>
  163. <connections/>
  164. </ui>