You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mainwindow.ui 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  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>260</width>
  10. <height>390</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Epimafia Soul - Epimafia</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset>
  18. <normaloff>:/icon.jpg</normaloff>:/icon.jpg</iconset>
  19. </property>
  20. <property name="styleSheet">
  21. <string notr="true"/>
  22. </property>
  23. <widget class="QWidget" name="centralwidget">
  24. <property name="styleSheet">
  25. <string notr="true">background-color: black;
  26. color: white;</string>
  27. </property>
  28. <layout class="QVBoxLayout" name="verticalLayout">
  29. <item>
  30. <layout class="QHBoxLayout" name="horizontalLayout">
  31. <item>
  32. <spacer name="horizontalSpacer">
  33. <property name="orientation">
  34. <enum>Qt::Horizontal</enum>
  35. </property>
  36. <property name="sizeHint" stdset="0">
  37. <size>
  38. <width>40</width>
  39. <height>20</height>
  40. </size>
  41. </property>
  42. </spacer>
  43. </item>
  44. <item>
  45. <widget class="QLabel" name="label">
  46. <property name="minimumSize">
  47. <size>
  48. <width>150</width>
  49. <height>75</height>
  50. </size>
  51. </property>
  52. <property name="maximumSize">
  53. <size>
  54. <width>150</width>
  55. <height>75</height>
  56. </size>
  57. </property>
  58. <property name="text">
  59. <string/>
  60. </property>
  61. <property name="pixmap">
  62. <pixmap resource="../Epimafia/rc.qrc">:/epimafia/epimafia.jpg</pixmap>
  63. </property>
  64. <property name="scaledContents">
  65. <bool>true</bool>
  66. </property>
  67. </widget>
  68. </item>
  69. <item>
  70. <spacer name="horizontalSpacer_2">
  71. <property name="orientation">
  72. <enum>Qt::Horizontal</enum>
  73. </property>
  74. <property name="sizeHint" stdset="0">
  75. <size>
  76. <width>40</width>
  77. <height>20</height>
  78. </size>
  79. </property>
  80. </spacer>
  81. </item>
  82. </layout>
  83. </item>
  84. <item>
  85. <widget class="ConnectWidget" name="loginWidget" native="true">
  86. <property name="sizePolicy">
  87. <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
  88. <horstretch>0</horstretch>
  89. <verstretch>0</verstretch>
  90. </sizepolicy>
  91. </property>
  92. </widget>
  93. </item>
  94. <item>
  95. <widget class="ContactsWidget" name="contactsWidget" native="true">
  96. <property name="sizePolicy">
  97. <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
  98. <horstretch>0</horstretch>
  99. <verstretch>0</verstretch>
  100. </sizepolicy>
  101. </property>
  102. </widget>
  103. </item>
  104. </layout>
  105. </widget>
  106. <widget class="QMenuBar" name="menubar">
  107. <property name="geometry">
  108. <rect>
  109. <x>0</x>
  110. <y>0</y>
  111. <width>260</width>
  112. <height>21</height>
  113. </rect>
  114. </property>
  115. <widget class="QMenu" name="menuFichier">
  116. <property name="title">
  117. <string>File</string>
  118. </property>
  119. <addaction name="actionConnect"/>
  120. <addaction name="actionDisconnect"/>
  121. <addaction name="separator"/>
  122. <addaction name="actionQuit"/>
  123. </widget>
  124. <widget class="QMenu" name="menuOptions">
  125. <property name="title">
  126. <string>Options</string>
  127. </property>
  128. <addaction name="actionOptions"/>
  129. </widget>
  130. <widget class="QMenu" name="menuChat">
  131. <property name="title">
  132. <string>Contacts</string>
  133. </property>
  134. <addaction name="actionAddContact"/>
  135. </widget>
  136. <addaction name="menuFichier"/>
  137. <addaction name="menuChat"/>
  138. <addaction name="menuOptions"/>
  139. </widget>
  140. <widget class="QStatusBar" name="statusbar">
  141. <property name="sizeGripEnabled">
  142. <bool>false</bool>
  143. </property>
  144. </widget>
  145. <action name="actionConnect">
  146. <property name="text">
  147. <string>Connect</string>
  148. </property>
  149. </action>
  150. <action name="actionDisconnect">
  151. <property name="text">
  152. <string>Disconnect</string>
  153. </property>
  154. </action>
  155. <action name="actionOptions">
  156. <property name="text">
  157. <string>Options...</string>
  158. </property>
  159. </action>
  160. <action name="actionAddContact">
  161. <property name="text">
  162. <string>Add...</string>
  163. </property>
  164. </action>
  165. <action name="actionQuit">
  166. <property name="text">
  167. <string>Quit</string>
  168. </property>
  169. </action>
  170. </widget>
  171. <customwidgets>
  172. <customwidget>
  173. <class>ConnectWidget</class>
  174. <extends>QWidget</extends>
  175. <header>connectwidget.h</header>
  176. <container>1</container>
  177. </customwidget>
  178. <customwidget>
  179. <class>ContactsWidget</class>
  180. <extends>QWidget</extends>
  181. <header>contactswidget.h</header>
  182. <container>1</container>
  183. </customwidget>
  184. </customwidgets>
  185. <resources>
  186. <include location="../Epimafia/rc.qrc"/>
  187. </resources>
  188. <connections/>
  189. </ui>