configure_profile_manager.ui 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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="verticalScrollBarPolicy">
  61. <enum>Qt::ScrollBarAlwaysOff</enum>
  62. </property>
  63. <property name="horizontalScrollBarPolicy">
  64. <enum>Qt::ScrollBarAlwaysOff</enum>
  65. </property>
  66. <property name="interactive">
  67. <bool>false</bool>
  68. </property>
  69. </widget>
  70. </item>
  71. <item>
  72. <widget class="QLabel" name="current_user_username">
  73. <property name="sizePolicy">
  74. <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
  75. <horstretch>0</horstretch>
  76. <verstretch>0</verstretch>
  77. </sizepolicy>
  78. </property>
  79. <property name="text">
  80. <string>Username</string>
  81. </property>
  82. </widget>
  83. </item>
  84. </layout>
  85. </item>
  86. <item row="1" column="0">
  87. <widget class="QScrollArea" name="scrollArea">
  88. <property name="sizePolicy">
  89. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  90. <horstretch>0</horstretch>
  91. <verstretch>0</verstretch>
  92. </sizepolicy>
  93. </property>
  94. <property name="frameShape">
  95. <enum>QFrame::StyledPanel</enum>
  96. </property>
  97. <property name="widgetResizable">
  98. <bool>false</bool>
  99. </property>
  100. </widget>
  101. </item>
  102. <item row="2" column="0">
  103. <layout class="QHBoxLayout" name="horizontalLayout_3">
  104. <item>
  105. <widget class="QPushButton" name="pm_set_image">
  106. <property name="enabled">
  107. <bool>false</bool>
  108. </property>
  109. <property name="text">
  110. <string>Set Image</string>
  111. </property>
  112. </widget>
  113. </item>
  114. <item>
  115. <spacer name="horizontalSpacer">
  116. <property name="orientation">
  117. <enum>Qt::Horizontal</enum>
  118. </property>
  119. <property name="sizeHint" stdset="0">
  120. <size>
  121. <width>40</width>
  122. <height>20</height>
  123. </size>
  124. </property>
  125. </spacer>
  126. </item>
  127. <item>
  128. <widget class="QPushButton" name="pm_add">
  129. <property name="text">
  130. <string>Add</string>
  131. </property>
  132. </widget>
  133. </item>
  134. <item>
  135. <widget class="QPushButton" name="pm_rename">
  136. <property name="enabled">
  137. <bool>false</bool>
  138. </property>
  139. <property name="text">
  140. <string>Rename</string>
  141. </property>
  142. </widget>
  143. </item>
  144. <item>
  145. <widget class="QPushButton" name="pm_remove">
  146. <property name="enabled">
  147. <bool>false</bool>
  148. </property>
  149. <property name="text">
  150. <string>Remove</string>
  151. </property>
  152. </widget>
  153. </item>
  154. </layout>
  155. </item>
  156. </layout>
  157. </widget>
  158. </item>
  159. <item>
  160. <widget class="QLabel" name="label_disable_info">
  161. <property name="text">
  162. <string>Profile management is available only when game is not running.</string>
  163. </property>
  164. <property name="wordWrap">
  165. <bool>true</bool>
  166. </property>
  167. </widget>
  168. </item>
  169. </layout>
  170. </item>
  171. </layout>
  172. </widget>
  173. <resources/>
  174. <connections/>
  175. </ui>