widgetBatchPanel.ui 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>252</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string notr="true">Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <property name="margin">
  18. <number>0</number>
  19. </property>
  20. <property name="spacing">
  21. <number>2</number>
  22. </property>
  23. <item row="0" column="1">
  24. <widget class="QToolButton" name="btnAdd">
  25. <property name="toolTip">
  26. <string>Add row</string>
  27. </property>
  28. <property name="text">
  29. <string>…</string>
  30. </property>
  31. <property name="autoRaise">
  32. <bool>true</bool>
  33. </property>
  34. </widget>
  35. </item>
  36. <item row="0" column="0">
  37. <widget class="QToolButton" name="btnAdvanced">
  38. <property name="toolTip">
  39. <string>Toggle advanced mode</string>
  40. </property>
  41. <property name="text">
  42. <string>…</string>
  43. </property>
  44. <property name="checkable">
  45. <bool>true</bool>
  46. </property>
  47. <property name="autoRaise">
  48. <bool>true</bool>
  49. </property>
  50. </widget>
  51. </item>
  52. <item row="0" column="2">
  53. <widget class="QToolButton" name="btnRemove">
  54. <property name="toolTip">
  55. <string>Remove row(s)</string>
  56. </property>
  57. <property name="text">
  58. <string>…</string>
  59. </property>
  60. <property name="autoRaise">
  61. <bool>true</bool>
  62. </property>
  63. </widget>
  64. </item>
  65. <item row="0" column="5">
  66. <spacer name="horizontalSpacer">
  67. <property name="orientation">
  68. <enum>Qt::Horizontal</enum>
  69. </property>
  70. <property name="sizeHint" stdset="0">
  71. <size>
  72. <width>313</width>
  73. <height>20</height>
  74. </size>
  75. </property>
  76. </spacer>
  77. </item>
  78. <item row="1" column="0" colspan="6">
  79. <widget class="QTableWidget" name="tblParameters">
  80. <property name="selectionBehavior">
  81. <enum>QAbstractItemView::SelectRows</enum>
  82. </property>
  83. <attribute name="horizontalHeaderDefaultSectionSize">
  84. <number>250</number>
  85. </attribute>
  86. <attribute name="horizontalHeaderMinimumSectionSize">
  87. <number>150</number>
  88. </attribute>
  89. <attribute name="horizontalHeaderStretchLastSection">
  90. <bool>true</bool>
  91. </attribute>
  92. </widget>
  93. </item>
  94. <item row="0" column="3">
  95. <widget class="QToolButton" name="btnOpen">
  96. <property name="toolTip">
  97. <string>Open</string>
  98. </property>
  99. <property name="text">
  100. <string>…</string>
  101. </property>
  102. <property name="autoRaise">
  103. <bool>true</bool>
  104. </property>
  105. </widget>
  106. </item>
  107. <item row="0" column="4">
  108. <widget class="QToolButton" name="btnSave">
  109. <property name="toolTip">
  110. <string>Save</string>
  111. </property>
  112. <property name="text">
  113. <string>…</string>
  114. </property>
  115. <property name="autoRaise">
  116. <bool>true</bool>
  117. </property>
  118. </widget>
  119. </item>
  120. <item row="2" column="0" colspan="6">
  121. <widget class="QCheckBox" name="checkLoadLayersOnCompletion">
  122. <property name="text">
  123. <string>Load layers on completion</string>
  124. </property>
  125. </widget>
  126. </item>
  127. </layout>
  128. </widget>
  129. <resources/>
  130. <connections/>
  131. </ui>