/helpFrame.ui

http://cutefootball.googlecode.com/ · Unknown · 79 lines · 79 code · 0 blank · 0 comment · 0 complexity · b993e2a3164f2fc794a7d303ecf99ab6 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>helpFrame</class>
  4. <widget class="QFrame" name="helpFrame">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>320</width>
  10. <height>240</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string/>
  15. </property>
  16. <property name="frameShape">
  17. <enum>QFrame::StyledPanel</enum>
  18. </property>
  19. <property name="frameShadow">
  20. <enum>QFrame::Raised</enum>
  21. </property>
  22. <widget class="QWidget" name="verticalLayoutWidget">
  23. <property name="geometry">
  24. <rect>
  25. <x>0</x>
  26. <y>0</y>
  27. <width>321</width>
  28. <height>231</height>
  29. </rect>
  30. </property>
  31. <layout class="QVBoxLayout" name="verticalLayout">
  32. <item>
  33. <widget class="QLabel" name="label">
  34. <property name="text">
  35. <string>Only goalkeepers are allowed in the penalty area. The goalkeeper cannot be controlled. No fouls.</string>
  36. </property>
  37. <property name="textFormat">
  38. <enum>Qt::PlainText</enum>
  39. </property>
  40. <property name="wordWrap">
  41. <bool>true</bool>
  42. </property>
  43. </widget>
  44. </item>
  45. <item>
  46. <widget class="QDialogButtonBox" name="buttonBox">
  47. <property name="styleSheet">
  48. <string notr="true"/>
  49. </property>
  50. <property name="orientation">
  51. <enum>Qt::Horizontal</enum>
  52. </property>
  53. <property name="standardButtons">
  54. <set>QDialogButtonBox::Ok</set>
  55. </property>
  56. <property name="centerButtons">
  57. <bool>true</bool>
  58. </property>
  59. </widget>
  60. </item>
  61. <item>
  62. <spacer name="verticalSpacer">
  63. <property name="orientation">
  64. <enum>Qt::Vertical</enum>
  65. </property>
  66. <property name="sizeHint" stdset="0">
  67. <size>
  68. <width>20</width>
  69. <height>40</height>
  70. </size>
  71. </property>
  72. </spacer>
  73. </item>
  74. </layout>
  75. </widget>
  76. </widget>
  77. <resources/>
  78. <connections/>
  79. </ui>