comunicmessages/widgets/mainwindow.ui

82 lines
2.0 KiB
Plaintext
Raw Normal View History

2018-11-29 14:53:54 +00:00
<?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>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>ComunicMessages</string>
</property>
2018-12-02 20:26:49 +00:00
<widget class="QWidget" name="centralwidget">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QScrollArea" name="conversationsListArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>780</width>
<height>536</height>
</rect>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
2018-11-29 14:53:54 +00:00
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>22</height>
</rect>
</property>
2018-11-29 15:06:37 +00:00
<widget class="QMenu" name="menuAccount">
<property name="title">
<string>Account</string>
</property>
2018-11-29 15:12:05 +00:00
<addaction name="actionLogout"/>
2018-11-29 15:06:37 +00:00
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionAbout_this_App"/>
<addaction name="actionAbout_Qt"/>
</widget>
<addaction name="menuAccount"/>
<addaction name="menuHelp"/>
2018-11-29 14:53:54 +00:00
</widget>
<widget class="QStatusBar" name="statusbar"/>
2018-11-29 15:06:37 +00:00
<action name="actionAbout_Qt">
<property name="text">
<string>About Qt</string>
</property>
</action>
<action name="actionAbout_this_App">
<property name="text">
<string>About this App</string>
</property>
</action>
2018-11-29 15:12:05 +00:00
<action name="actionLogout">
<property name="text">
<string>Logout</string>
</property>
</action>
2018-11-29 14:53:54 +00:00
</widget>
<resources/>
<connections/>
</ui>