aboutdialog.ui 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AboutDialog</class>
  4. <widget class="QDialog" name="AboutDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>328</width>
  10. <height>340</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>0</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>About StarPU-Top...</string>
  27. </property>
  28. <property name="windowIcon">
  29. <iconset resource="resources.qrc">
  30. <normaloff>:/images/about.png</normaloff>:/images/about.png</iconset>
  31. </property>
  32. <property name="modal">
  33. <bool>true</bool>
  34. </property>
  35. <layout class="QGridLayout" name="gridLayout">
  36. <item row="3" column="0" colspan="2">
  37. <widget class="QGroupBox" name="developersGroupBox">
  38. <property name="maximumSize">
  39. <size>
  40. <width>16777215</width>
  41. <height>110</height>
  42. </size>
  43. </property>
  44. <property name="title">
  45. <string>Developers</string>
  46. </property>
  47. <layout class="QGridLayout" name="gridLayout_2">
  48. <item row="0" column="0">
  49. <widget class="QListWidget" name="developersList">
  50. <property name="enabled">
  51. <bool>true</bool>
  52. </property>
  53. <property name="selectionMode">
  54. <enum>QAbstractItemView::NoSelection</enum>
  55. </property>
  56. <item>
  57. <property name="text">
  58. <string>William BRAIK</string>
  59. </property>
  60. </item>
  61. <item>
  62. <property name="text">
  63. <string>Yann COURTOIS</string>
  64. </property>
  65. </item>
  66. <item>
  67. <property name="text">
  68. <string>Jean-Marie COUTEYEN</string>
  69. </property>
  70. </item>
  71. <item>
  72. <property name="text">
  73. <string>Anthony ROY</string>
  74. </property>
  75. </item>
  76. </widget>
  77. </item>
  78. </layout>
  79. </widget>
  80. </item>
  81. <item row="0" column="1">
  82. <widget class="QLabel" name="titleLabel">
  83. <property name="maximumSize">
  84. <size>
  85. <width>16777215</width>
  86. <height>50</height>
  87. </size>
  88. </property>
  89. <property name="styleSheet">
  90. <string notr="true">font: 12pt &quot;MS Shell Dlg 2&quot;;</string>
  91. </property>
  92. <property name="text">
  93. <string>StarPU-Top, for StarPU</string>
  94. </property>
  95. <property name="scaledContents">
  96. <bool>false</bool>
  97. </property>
  98. <property name="alignment">
  99. <set>Qt::AlignCenter</set>
  100. </property>
  101. </widget>
  102. </item>
  103. <item row="0" column="0">
  104. <widget class="QLabel" name="label">
  105. <property name="maximumSize">
  106. <size>
  107. <width>120</width>
  108. <height>110</height>
  109. </size>
  110. </property>
  111. <property name="text">
  112. <string/>
  113. </property>
  114. <property name="pixmap">
  115. <pixmap resource="resources.qrc">:/images/starpu_top.png</pixmap>
  116. </property>
  117. <property name="scaledContents">
  118. <bool>true</bool>
  119. </property>
  120. </widget>
  121. </item>
  122. <item row="1" column="0" colspan="2">
  123. <widget class="QGroupBox" name="groupBox">
  124. <property name="minimumSize">
  125. <size>
  126. <width>0</width>
  127. <height>0</height>
  128. </size>
  129. </property>
  130. <property name="maximumSize">
  131. <size>
  132. <width>16777215</width>
  133. <height>90</height>
  134. </size>
  135. </property>
  136. <property name="title">
  137. <string>Software</string>
  138. </property>
  139. <layout class="QGridLayout" name="gridLayout_3">
  140. <item row="0" column="0">
  141. <widget class="QListWidget" name="listWidget">
  142. <property name="enabled">
  143. <bool>true</bool>
  144. </property>
  145. <property name="minimumSize">
  146. <size>
  147. <width>0</width>
  148. <height>0</height>
  149. </size>
  150. </property>
  151. <property name="maximumSize">
  152. <size>
  153. <width>16777215</width>
  154. <height>16777215</height>
  155. </size>
  156. </property>
  157. <property name="selectionMode">
  158. <enum>QAbstractItemView::NoSelection</enum>
  159. </property>
  160. <item>
  161. <property name="text">
  162. <string>Year : 2011</string>
  163. </property>
  164. </item>
  165. <item>
  166. <property name="text">
  167. <string>Version : 0.1</string>
  168. </property>
  169. </item>
  170. <item>
  171. <property name="text">
  172. <string>Licence : LGPL</string>
  173. </property>
  174. </item>
  175. </widget>
  176. </item>
  177. </layout>
  178. </widget>
  179. </item>
  180. </layout>
  181. </widget>
  182. <resources>
  183. <include location="resources.qrc"/>
  184. </resources>
  185. <connections/>
  186. </ui>