configure_profile_manager.ui 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigureProfileManager</class>
  4. <widget class="QWidget" name="ConfigureProfileManager">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>390</width>
  10. <height>483</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="accessibleName">
  17. <string>Profiles</string>
  18. </property>
  19. <layout class="QHBoxLayout" name="horizontalLayout">
  20. <item>
  21. <layout class="QVBoxLayout" name="verticalLayout">
  22. <item>
  23. <widget class="QGroupBox" name="gridGroupBox">
  24. <property name="title">
  25. <string>Profile Manager</string>
  26. </property>
  27. <layout class="QGridLayout" name="gridLayout_2">
  28. <property name="sizeConstraint">
  29. <enum>QLayout::SetNoConstraint</enum>
  30. </property>
  31. <item row="0" column="0">
  32. <layout class="QHBoxLayout" name="horizontalLayout_2">
  33. <item>
  34. <widget class="QLabel" name="label">
  35. <property name="sizePolicy">
  36. <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
  37. <horstretch>0</horstretch>
  38. <verstretch>0</verstretch>
  39. </sizepolicy>
  40. </property>
  41. <property name="text">
  42. <string>Current User</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <widget class="QGraphicsView" name="current_user_icon">
  48. <property name="minimumSize">
  49. <size>
  50. <width>48</width>
  51. <height>48</height>
  52. </size>
  53. </property>
  54. <property name="maximumSize">
  55. <size>
  56. <width>48</width>
  57. <height>48</height>
  58. </size>
  59. </property>
  60. <property name="frameShape">
  61. <enum>QFrame::NoFrame</enum>
  62. </property>
  63. <property name="frameShadow">
  64. <enum>QFrame::Plain</enum>
  65. </property>
  66. <property name="verticalScrollBarPolicy">
  67. <enum>Qt::ScrollBarAlwaysOff</enum>
  68. </property>
  69. <property name="horizontalScrollBarPolicy">
  70. <enum>Qt::ScrollBarAlwaysOff</enum>
  71. </property>
  72. <property name="interactive">
  73. <bool>false</bool>
  74. </property>
  75. </widget>
  76. </item>
  77. <item>
  78. <widget class="QLabel" name="current_user_username">
  79. <property name="sizePolicy">
  80. <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
  81. <horstretch>0</horstretch>
  82. <verstretch>0</verstretch>
  83. </sizepolicy>
  84. </property>
  85. <property name="text">
  86. <string>Username</string>
  87. </property>
  88. </widget>
  89. </item>
  90. </layout>
  91. </item>
  92. <item row="1" column="0">
  93. <widget class="QScrollArea" name="scrollArea">
  94. <property name="sizePolicy">
  95. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  96. <horstretch>0</horstretch>
  97. <verstretch>0</verstretch>
  98. </sizepolicy>
  99. </property>
  100. <property name="frameShape">
  101. <enum>QFrame::StyledPanel</enum>
  102. </property>
  103. <property name="widgetResizable">
  104. <bool>false</bool>
  105. </property>
  106. </widget>
  107. </item>
  108. <item row="2" column="0">
  109. <layout class="QHBoxLayout" name="horizontalLayout_3">
  110. <item>
  111. <widget class="QPushButton" name="pm_set_image">
  112. <property name="enabled">
  113. <bool>false</bool>
  114. </property>
  115. <property name="text">
  116. <string>Set Image</string>
  117. </property>
  118. </widget>
  119. </item>
  120. <item>
  121. <spacer name="horizontalSpacer">
  122. <property name="orientation">
  123. <enum>Qt::Horizontal</enum>
  124. </property>
  125. <property name="sizeHint" stdset="0">
  126. <size>
  127. <width>40</width>
  128. <height>20</height>
  129. </size>
  130. </property>
  131. </spacer>
  132. </item>
  133. <item>
  134. <widget class="QPushButton" name="pm_add">
  135. <property name="text">
  136. <string>Add</string>
  137. </property>
  138. </widget>
  139. </item>
  140. <item>
  141. <widget class="QPushButton" name="pm_rename">
  142. <property name="enabled">
  143. <bool>false</bool>
  144. </property>
  145. <property name="text">
  146. <string>Rename</string>
  147. </property>
  148. </widget>
  149. </item>
  150. <item>
  151. <widget class="QPushButton" name="pm_remove">
  152. <property name="enabled">
  153. <bool>false</bool>
  154. </property>
  155. <property name="text">
  156. <string>Remove</string>
  157. </property>
  158. </widget>
  159. </item>
  160. </layout>
  161. </item>
  162. </layout>
  163. </widget>
  164. </item>
  165. <item>
  166. <widget class="QLabel" name="label_disable_info">
  167. <property name="text">
  168. <string>Profile management is available only when game is not running.</string>
  169. </property>
  170. <property name="wordWrap">
  171. <bool>true</bool>
  172. </property>
  173. </widget>
  174. </item>
  175. </layout>
  176. </item>
  177. </layout>
  178. </widget>
  179. <resources/>
  180. <connections/>
  181. </ui>