/mainwindow.ui

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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>346</width>
  10. <height>254</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string notr="true">5 soccer</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="soccer.qrc">
  18. <normaloff>:/images/ball.png</normaloff>:/images/ball.png</iconset>
  19. </property>
  20. <widget class="QWidget" name="centralwidget">
  21. <widget class="QGraphicsView" name="m_graphicsView">
  22. <property name="geometry">
  23. <rect>
  24. <x>0</x>
  25. <y>0</y>
  26. <width>351</width>
  27. <height>221</height>
  28. </rect>
  29. </property>
  30. <property name="sizePolicy">
  31. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  32. <horstretch>0</horstretch>
  33. <verstretch>0</verstretch>
  34. </sizepolicy>
  35. </property>
  36. <property name="verticalScrollBarPolicy">
  37. <enum>Qt::ScrollBarAlwaysOff</enum>
  38. </property>
  39. <property name="horizontalScrollBarPolicy">
  40. <enum>Qt::ScrollBarAlwaysOff</enum>
  41. </property>
  42. </widget>
  43. </widget>
  44. <widget class="QMenuBar" name="menubar">
  45. <property name="enabled">
  46. <bool>true</bool>
  47. </property>
  48. <property name="geometry">
  49. <rect>
  50. <x>0</x>
  51. <y>0</y>
  52. <width>346</width>
  53. <height>20</height>
  54. </rect>
  55. </property>
  56. </widget>
  57. <widget class="QStatusBar" name="statusBar"/>
  58. <action name="actionSingleGame">
  59. <property name="text">
  60. <string>Single Game</string>
  61. </property>
  62. </action>
  63. <action name="actionQuit">
  64. <property name="text">
  65. <string>Quit</string>
  66. </property>
  67. </action>
  68. <action name="actionAbout">
  69. <property name="text">
  70. <string>About</string>
  71. </property>
  72. </action>
  73. <action name="actionSettings">
  74. <property name="text">
  75. <string>Game Settings</string>
  76. </property>
  77. </action>
  78. <action name="actionHelp">
  79. <property name="text">
  80. <string>Help</string>
  81. </property>
  82. <property name="toolTip">
  83. <string>Help</string>
  84. </property>
  85. </action>
  86. <action name="actionInputSettings">
  87. <property name="text">
  88. <string>Input Settings</string>
  89. </property>
  90. </action>
  91. <action name="actionPause">
  92. <property name="enabled">
  93. <bool>false</bool>
  94. </property>
  95. <property name="text">
  96. <string>Pause</string>
  97. </property>
  98. <property name="softKeyRole">
  99. <enum>QAction::NegativeSoftKey</enum>
  100. </property>
  101. </action>
  102. <action name="actionContinue">
  103. <property name="text">
  104. <string>Continue</string>
  105. </property>
  106. </action>
  107. <action name="actionMainMenu">
  108. <property name="text">
  109. <string>Main Menu</string>
  110. </property>
  111. </action>
  112. <action name="actionGameCup">
  113. <property name="text">
  114. <string>World Cup</string>
  115. </property>
  116. <property name="toolTip">
  117. <string>World Cup</string>
  118. </property>
  119. </action>
  120. </widget>
  121. <resources>
  122. <include location="soccer.qrc"/>
  123. </resources>
  124. <connections/>
  125. </ui>