Added About Dialog, Updated UI, Fixed Bug 6669
[confmgr] / mainwindow.ui
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>800</width>
10     <height>424</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Conference Manager</string>
15   </property>
16   <widget class="QWidget" name="centralWidget">
17    <widget class="QListWidget" name="mainProfileList">
18     <property name="geometry">
19      <rect>
20       <x>25</x>
21       <y>4</y>
22       <width>751</width>
23       <height>241</height>
24      </rect>
25     </property>
26    </widget>
27    <widget class="QWidget" name="verticalLayoutWidget_2">
28     <property name="geometry">
29      <rect>
30       <x>535</x>
31       <y>260</y>
32       <width>241</width>
33       <height>141</height>
34      </rect>
35     </property>
36     <layout class="QVBoxLayout" name="verticalLayout_2">
37      <item>
38       <widget class="QPushButton" name="mainPBEditProfile">
39        <property name="sizePolicy">
40         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
41          <horstretch>0</horstretch>
42          <verstretch>0</verstretch>
43         </sizepolicy>
44        </property>
45        <property name="text">
46         <string>Edit Profile</string>
47        </property>
48       </widget>
49      </item>
50      <item>
51       <widget class="QPushButton" name="mainPBQuit">
52        <property name="sizePolicy">
53         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
54          <horstretch>0</horstretch>
55          <verstretch>0</verstretch>
56         </sizepolicy>
57        </property>
58        <property name="text">
59         <string>Exit</string>
60        </property>
61       </widget>
62      </item>
63     </layout>
64    </widget>
65    <widget class="QWidget" name="horizontalLayoutWidget_2">
66     <property name="geometry">
67      <rect>
68       <x>31</x>
69       <y>260</y>
70       <width>491</width>
71       <height>71</height>
72      </rect>
73     </property>
74     <layout class="QHBoxLayout" name="horizontalLayout_2">
75      <item>
76       <widget class="QPushButton" name="btnmainStartConference">
77        <property name="sizePolicy">
78         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
79          <horstretch>0</horstretch>
80          <verstretch>0</verstretch>
81         </sizepolicy>
82        </property>
83        <property name="text">
84         <string>Start Conference</string>
85        </property>
86        <property name="autoDefault">
87         <bool>true</bool>
88        </property>
89        <property name="default">
90         <bool>true</bool>
91        </property>
92       </widget>
93      </item>
94     </layout>
95    </widget>
96    <widget class="QWidget" name="horizontalLayoutWidget">
97     <property name="geometry">
98      <rect>
99       <x>30</x>
100       <y>340</y>
101       <width>491</width>
102       <height>61</height>
103      </rect>
104     </property>
105     <layout class="QHBoxLayout" name="horizontalLayout">
106      <item>
107       <widget class="QPushButton" name="mainPBAdd">
108        <property name="sizePolicy">
109         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
110          <horstretch>0</horstretch>
111          <verstretch>0</verstretch>
112         </sizepolicy>
113        </property>
114        <property name="text">
115         <string>Add Profile</string>
116        </property>
117       </widget>
118      </item>
119      <item>
120       <widget class="QPushButton" name="mainPBDelete">
121        <property name="sizePolicy">
122         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
123          <horstretch>0</horstretch>
124          <verstretch>0</verstretch>
125         </sizepolicy>
126        </property>
127        <property name="text">
128         <string>Delete Profile</string>
129        </property>
130       </widget>
131      </item>
132     </layout>
133    </widget>
134   </widget>
135   <widget class="QMenuBar" name="mainMenuBar">
136    <property name="geometry">
137     <rect>
138      <x>0</x>
139      <y>0</y>
140      <width>800</width>
141      <height>25</height>
142     </rect>
143    </property>
144    <widget class="QMenu" name="mainMenuAbout">
145     <property name="title">
146      <string>About</string>
147     </property>
148     <addaction name="actionAdd_Templated_Profile"/>
149     <addaction name="actionAbout"/>
150    </widget>
151    <addaction name="mainMenuAbout"/>
152   </widget>
153   <action name="actionAbout">
154    <property name="text">
155     <string>About</string>
156    </property>
157   </action>
158   <action name="actionAdd_Templated_Profile">
159    <property name="text">
160     <string>Add Templated Profile</string>
161    </property>
162   </action>
163  </widget>
164  <layoutdefault spacing="6" margin="11"/>
165  <resources/>
166  <connections>
167   <connection>
168    <sender>mainPBQuit</sender>
169    <signal>clicked()</signal>
170    <receiver>MainWindow</receiver>
171    <slot>close()</slot>
172    <hints>
173     <hint type="sourcelabel">
174      <x>536</x>
175      <y>424</y>
176     </hint>
177     <hint type="destinationlabel">
178      <x>399</x>
179      <y>239</y>
180     </hint>
181    </hints>
182   </connection>
183  </connections>
184  <slots>
185   <signal>mainAboutClickedSignal()</signal>
186   <slot>mainAboutClickedSlot()</slot>
187  </slots>
188 </ui>