1
0

EnvironmentDialog.ui 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>EnvironmentDialog</class>
  4. <widget class="QDialog" name="EnvironmentDialog">
  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>Environment Editor</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QLabel" name="label">
  21. <property name="text">
  22. <string>S&amp;earch:</string>
  23. </property>
  24. <property name="buddy">
  25. <cstring>Search</cstring>
  26. </property>
  27. </widget>
  28. </item>
  29. <item>
  30. <widget class="QLineEdit" name="Search"/>
  31. </item>
  32. <item>
  33. <spacer name="horizontalSpacer">
  34. <property name="orientation">
  35. <enum>Qt::Horizontal</enum>
  36. </property>
  37. <property name="sizeType">
  38. <enum>QSizePolicy::Minimum</enum>
  39. </property>
  40. <property name="sizeHint" stdset="0">
  41. <size>
  42. <width>12</width>
  43. <height>20</height>
  44. </size>
  45. </property>
  46. </spacer>
  47. </item>
  48. <item>
  49. <widget class="QToolButton" name="AddEntry">
  50. <property name="text">
  51. <string>&amp;Add Entry</string>
  52. </property>
  53. <property name="icon">
  54. <iconset resource="CMakeSetup.qrc">
  55. <normaloff>:/Icons/Plus16.png</normaloff>:/Icons/Plus16.png</iconset>
  56. </property>
  57. <property name="toolButtonStyle">
  58. <enum>Qt::ToolButtonTextBesideIcon</enum>
  59. </property>
  60. </widget>
  61. </item>
  62. <item>
  63. <widget class="QToolButton" name="RemoveEntry">
  64. <property name="text">
  65. <string>&amp;Remove Entry</string>
  66. </property>
  67. <property name="icon">
  68. <iconset resource="CMakeSetup.qrc">
  69. <normaloff>:/Icons/Delete16.png</normaloff>:/Icons/Delete16.png</iconset>
  70. </property>
  71. <property name="toolButtonStyle">
  72. <enum>Qt::ToolButtonTextBesideIcon</enum>
  73. </property>
  74. </widget>
  75. </item>
  76. </layout>
  77. </item>
  78. <item>
  79. <widget class="QTreeView" name="Environment"/>
  80. </item>
  81. <item>
  82. <widget class="QDialogButtonBox" name="buttonBox">
  83. <property name="orientation">
  84. <enum>Qt::Horizontal</enum>
  85. </property>
  86. <property name="standardButtons">
  87. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  88. </property>
  89. </widget>
  90. </item>
  91. </layout>
  92. </widget>
  93. <resources>
  94. <include location="CMakeSetup.qrc"/>
  95. </resources>
  96. <connections>
  97. <connection>
  98. <sender>buttonBox</sender>
  99. <signal>accepted()</signal>
  100. <receiver>EnvironmentDialog</receiver>
  101. <slot>accept()</slot>
  102. <hints>
  103. <hint type="sourcelabel">
  104. <x>248</x>
  105. <y>254</y>
  106. </hint>
  107. <hint type="destinationlabel">
  108. <x>157</x>
  109. <y>274</y>
  110. </hint>
  111. </hints>
  112. </connection>
  113. <connection>
  114. <sender>buttonBox</sender>
  115. <signal>rejected()</signal>
  116. <receiver>EnvironmentDialog</receiver>
  117. <slot>reject()</slot>
  118. <hints>
  119. <hint type="sourcelabel">
  120. <x>316</x>
  121. <y>260</y>
  122. </hint>
  123. <hint type="destinationlabel">
  124. <x>286</x>
  125. <y>274</y>
  126. </hint>
  127. </hints>
  128. </connection>
  129. </connections>
  130. </ui>