123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>260</width>
- <height>390</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Epimafia Soul - Epimafia</string>
- </property>
- <property name="windowIcon">
- <iconset>
- <normaloff>:/icon.jpg</normaloff>:/icon.jpg</iconset>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <widget class="QWidget" name="centralwidget">
- <property name="styleSheet">
- <string notr="true">QWidget
- {
- background-color: black;
- color: white;
- }
-
- QLineEdit
- {
- border: 1px solid white;
- border-radius: 2px;
- }</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QLabel" name="label">
- <property name="minimumSize">
- <size>
- <width>150</width>
- <height>75</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>150</width>
- <height>75</height>
- </size>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="pixmap">
- <pixmap resource="../Epimafia/rc.qrc">:/epimafia/epimafia.jpg</pixmap>
- </property>
- <property name="scaledContents">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_2">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- <item>
- <widget class="ConnectWidget" name="loginWidget" native="true">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item>
- <widget class="ContactsWidget" name="contactsWidget" native="true">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>260</width>
- <height>19</height>
- </rect>
- </property>
- <widget class="QMenu" name="menuFichier">
- <property name="title">
- <string>File</string>
- </property>
- <addaction name="actionConnect"/>
- <addaction name="actionDisconnect"/>
- <addaction name="separator"/>
- <addaction name="actionHide"/>
- <addaction name="separator"/>
- <addaction name="actionQuit"/>
- </widget>
- <widget class="QMenu" name="menuOptions">
- <property name="title">
- <string>Options</string>
- </property>
- <addaction name="actionOptions"/>
- </widget>
- <widget class="QMenu" name="menuChat">
- <property name="title">
- <string>Contacts</string>
- </property>
- <addaction name="actionAddContact"/>
- </widget>
- <addaction name="menuFichier"/>
- <addaction name="menuChat"/>
- <addaction name="menuOptions"/>
- </widget>
- <widget class="QStatusBar" name="statusbar">
- <property name="sizeGripEnabled">
- <bool>false</bool>
- </property>
- </widget>
- <action name="actionConnect">
- <property name="text">
- <string>Connect</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+O</string>
- </property>
- </action>
- <action name="actionDisconnect">
- <property name="text">
- <string>Disconnect</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+F4</string>
- </property>
- </action>
- <action name="actionOptions">
- <property name="text">
- <string>Options...</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+P</string>
- </property>
- </action>
- <action name="actionAddContact">
- <property name="text">
- <string>Add...</string>
- </property>
- </action>
- <action name="actionQuit">
- <property name="text">
- <string>Quit</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+Q</string>
- </property>
- </action>
- <action name="actionHide">
- <property name="text">
- <string>Hide</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+W</string>
- </property>
- </action>
- </widget>
- <customwidgets>
- <customwidget>
- <class>ConnectWidget</class>
- <extends>QWidget</extends>
- <header>connectwidget.h</header>
- <container>1</container>
- </customwidget>
- <customwidget>
- <class>ContactsWidget</class>
- <extends>QWidget</extends>
- <header>contactswidget.h</header>
- <container>1</container>
- </customwidget>
- </customwidgets>
- <resources>
- <include location="../Epimafia/rc.qrc"/>
- </resources>
- <connections/>
- </ui>
|