WarningMessagesDialog.ui 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MessagesDialog</class>
  4. <widget class="QDialog" name="MessagesDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>300</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Warning Messages</string>
  15. </property>
  16. <property name="modal">
  17. <bool>true</bool>
  18. </property>
  19. <layout class="QVBoxLayout" name="verticalLayout">
  20. <item>
  21. <widget class="QGroupBox" name="groupBox">
  22. <property name="sizePolicy">
  23. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  24. <horstretch>0</horstretch>
  25. <verstretch>0</verstretch>
  26. </sizepolicy>
  27. </property>
  28. <property name="title">
  29. <string>Suppress Warnings</string>
  30. </property>
  31. <layout class="QVBoxLayout" name="verticalLayout_2">
  32. <item>
  33. <widget class="QCheckBox" name="suppressDeveloperWarnings">
  34. <property name="sizePolicy">
  35. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  36. <horstretch>0</horstretch>
  37. <verstretch>0</verstretch>
  38. </sizepolicy>
  39. </property>
  40. <property name="toolTip">
  41. <string>Suppress developer (author) warnings.</string>
  42. </property>
  43. <property name="text">
  44. <string>Developer Warnings</string>
  45. </property>
  46. <property name="tristate">
  47. <bool>false</bool>
  48. </property>
  49. </widget>
  50. </item>
  51. <item>
  52. <widget class="QCheckBox" name="suppressDeprecatedWarnings">
  53. <property name="sizePolicy">
  54. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  55. <horstretch>0</horstretch>
  56. <verstretch>0</verstretch>
  57. </sizepolicy>
  58. </property>
  59. <property name="toolTip">
  60. <string>Suppress deprecated warnings.</string>
  61. </property>
  62. <property name="text">
  63. <string>Deprecated Warnings</string>
  64. </property>
  65. <property name="tristate">
  66. <bool>false</bool>
  67. </property>
  68. </widget>
  69. </item>
  70. </layout>
  71. </widget>
  72. </item>
  73. <item>
  74. <widget class="QGroupBox" name="groupBox_2">
  75. <property name="sizePolicy">
  76. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  77. <horstretch>0</horstretch>
  78. <verstretch>0</verstretch>
  79. </sizepolicy>
  80. </property>
  81. <property name="title">
  82. <string>Warnings as Errors</string>
  83. </property>
  84. <layout class="QVBoxLayout" name="verticalLayout_3">
  85. <item>
  86. <widget class="QCheckBox" name="developerWarningsAsErrors">
  87. <property name="sizePolicy">
  88. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  89. <horstretch>0</horstretch>
  90. <verstretch>0</verstretch>
  91. </sizepolicy>
  92. </property>
  93. <property name="toolTip">
  94. <string>Treat developer (author) warnings as errors.</string>
  95. </property>
  96. <property name="text">
  97. <string>Developer Warnings as Errors</string>
  98. </property>
  99. </widget>
  100. </item>
  101. <item>
  102. <widget class="QCheckBox" name="deprecatedWarningsAsErrors">
  103. <property name="sizePolicy">
  104. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  105. <horstretch>0</horstretch>
  106. <verstretch>0</verstretch>
  107. </sizepolicy>
  108. </property>
  109. <property name="toolTip">
  110. <string>Treat deprecated warnings as errors.</string>
  111. </property>
  112. <property name="text">
  113. <string>Deprecated Warnings as Errors</string>
  114. </property>
  115. </widget>
  116. </item>
  117. </layout>
  118. </widget>
  119. </item>
  120. <item>
  121. <widget class="QDialogButtonBox" name="buttonBox">
  122. <property name="sizePolicy">
  123. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  124. <horstretch>0</horstretch>
  125. <verstretch>0</verstretch>
  126. </sizepolicy>
  127. </property>
  128. <property name="orientation">
  129. <enum>Qt::Horizontal</enum>
  130. </property>
  131. <property name="standardButtons">
  132. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  133. </property>
  134. </widget>
  135. </item>
  136. </layout>
  137. </widget>
  138. <resources/>
  139. <connections>
  140. <connection>
  141. <sender>buttonBox</sender>
  142. <signal>accepted()</signal>
  143. <receiver>MessagesDialog</receiver>
  144. <slot>accept()</slot>
  145. <hints>
  146. <hint type="sourcelabel">
  147. <x>248</x>
  148. <y>254</y>
  149. </hint>
  150. <hint type="destinationlabel">
  151. <x>157</x>
  152. <y>274</y>
  153. </hint>
  154. </hints>
  155. </connection>
  156. <connection>
  157. <sender>buttonBox</sender>
  158. <signal>rejected()</signal>
  159. <receiver>MessagesDialog</receiver>
  160. <slot>reject()</slot>
  161. <hints>
  162. <hint type="sourcelabel">
  163. <x>316</x>
  164. <y>260</y>
  165. </hint>
  166. <hint type="destinationlabel">
  167. <x>286</x>
  168. <y>274</y>
  169. </hint>
  170. </hints>
  171. </connection>
  172. </connections>
  173. </ui>