errorlist.ui 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
  2. <class>ErrorList</class>
  3. <widget class="QWidget">
  4. <property name="name">
  5. <cstring>ErrorList</cstring>
  6. </property>
  7. <property name="geometry">
  8. <rect>
  9. <x>0</x>
  10. <y>0</y>
  11. <width>798</width>
  12. <height>153</height>
  13. </rect>
  14. </property>
  15. <property name="sizePolicy">
  16. <sizepolicy>
  17. <hsizetype>7</hsizetype>
  18. <vsizetype>7</vsizetype>
  19. <horstretch>0</horstretch>
  20. <verstretch>0</verstretch>
  21. </sizepolicy>
  22. </property>
  23. <property name="caption">
  24. <string>Errors and Warnings</string>
  25. </property>
  26. <property name="focusPolicy">
  27. <enum>StrongFocus</enum>
  28. </property>
  29. <vbox>
  30. <property name="name">
  31. <cstring>unnamed</cstring>
  32. </property>
  33. <property name="margin">
  34. <number>0</number>
  35. </property>
  36. <widget class="QLayoutWidget">
  37. <property name="name">
  38. <cstring>layout1</cstring>
  39. </property>
  40. <hbox>
  41. <property name="name">
  42. <cstring>unnamed</cstring>
  43. </property>
  44. <widget class="QLabel">
  45. <property name="name">
  46. <cstring>errorsLabel</cstring>
  47. </property>
  48. <property name="text">
  49. <string>Errors:</string>
  50. </property>
  51. </widget>
  52. <widget class="QLabel">
  53. <property name="name">
  54. <cstring>errorCount</cstring>
  55. </property>
  56. <property name="sizePolicy">
  57. <sizepolicy>
  58. <hsizetype>1</hsizetype>
  59. <vsizetype>5</vsizetype>
  60. <horstretch>0</horstretch>
  61. <verstretch>0</verstretch>
  62. </sizepolicy>
  63. </property>
  64. <property name="minimumSize">
  65. <size>
  66. <width>40</width>
  67. <height>0</height>
  68. </size>
  69. </property>
  70. <property name="text">
  71. <string>0</string>
  72. </property>
  73. </widget>
  74. <widget class="QLabel">
  75. <property name="name">
  76. <cstring>warningsLabel</cstring>
  77. </property>
  78. <property name="text">
  79. <string>Warnings:</string>
  80. </property>
  81. </widget>
  82. <widget class="QLabel">
  83. <property name="name">
  84. <cstring>warningCount</cstring>
  85. </property>
  86. <property name="sizePolicy">
  87. <sizepolicy>
  88. <hsizetype>1</hsizetype>
  89. <vsizetype>5</vsizetype>
  90. <horstretch>0</horstretch>
  91. <verstretch>0</verstretch>
  92. </sizepolicy>
  93. </property>
  94. <property name="minimumSize">
  95. <size>
  96. <width>40</width>
  97. <height>0</height>
  98. </size>
  99. </property>
  100. <property name="text">
  101. <string>0</string>
  102. </property>
  103. </widget>
  104. <spacer>
  105. <property name="name">
  106. <cstring>spacer2</cstring>
  107. </property>
  108. <property name="orientation">
  109. <enum>Horizontal</enum>
  110. </property>
  111. <property name="sizeType">
  112. <enum>Expanding</enum>
  113. </property>
  114. <property name="sizeHint">
  115. <size>
  116. <width>121</width>
  117. <height>20</height>
  118. </size>
  119. </property>
  120. </spacer>
  121. </hbox>
  122. </widget>
  123. <widget class="KListView">
  124. <column>
  125. <property name="text">
  126. <string>Message</string>
  127. </property>
  128. <property name="clickable">
  129. <bool>false</bool>
  130. </property>
  131. <property name="resizable">
  132. <bool>true</bool>
  133. </property>
  134. </column>
  135. <column>
  136. <property name="text">
  137. <string>File</string>
  138. </property>
  139. <property name="clickable">
  140. <bool>false</bool>
  141. </property>
  142. <property name="resizable">
  143. <bool>true</bool>
  144. </property>
  145. </column>
  146. <column>
  147. <property name="text">
  148. <string>Function</string>
  149. </property>
  150. <property name="clickable">
  151. <bool>false</bool>
  152. </property>
  153. <property name="resizable">
  154. <bool>true</bool>
  155. </property>
  156. </column>
  157. <property name="name">
  158. <cstring>errorListView</cstring>
  159. </property>
  160. <property name="selectionMode" stdset="0">
  161. <enum>Extended</enum>
  162. </property>
  163. <property name="allColumnsShowFocus">
  164. <bool>true</bool>
  165. </property>
  166. <property name="itemsMovable">
  167. <bool>false</bool>
  168. </property>
  169. </widget>
  170. </vbox>
  171. </widget>
  172. <includes>
  173. <include location="local" impldecl="in implementation">errorlist.ui.h</include>
  174. </includes>
  175. <functions>
  176. <function access="protected">keyPressEvent( QKeyEvent * e )</function>
  177. <function access="protected" returnType="bool">event( QEvent * e )</function>
  178. </functions>
  179. <pixmapinproject/>
  180. <layoutdefaults spacing="6" margin="11"/>
  181. <includehints>
  182. <includehint>klistview.h</includehint>
  183. </includehints>
  184. </UI>