MainWindow.ui 3.45 KB
Newer Older
pixhawk's avatar
pixhawk committed
1
2
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
pixhawk's avatar
pixhawk committed
3
4
 <class>MainWindow</class>
 <widget class="QMainWindow" name="MainWindow">
pixhawk's avatar
pixhawk committed
5
6
7
8
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
9
10
    <width>1024</width>
    <height>600</height>
pixhawk's avatar
pixhawk committed
11
12
13
14
   </rect>
  </property>
  <property name="minimumSize">
   <size>
15
16
    <width>640</width>
    <height>400</height>
pixhawk's avatar
pixhawk committed
17
18
19
20
21
22
23
24
   </size>
  </property>
  <property name="baseSize">
   <size>
    <width>1100</width>
    <height>800</height>
   </size>
  </property>
25
26
27
  <property name="mouseTracking">
   <bool>false</bool>
  </property>
pixhawk's avatar
pixhawk committed
28
29
30
31
32
33
  <property name="windowTitle">
   <string>MGMainWindow</string>
  </property>
  <property name="styleSheet">
   <string notr="true"/>
  </property>
34
35
36
37
38
39
40
41
42
43
44
45
46
47
  <widget class="QWidget" name="centralWidget">
   <property name="sizePolicy">
    <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
     <horstretch>0</horstretch>
     <verstretch>0</verstretch>
    </sizepolicy>
   </property>
   <property name="minimumSize">
    <size>
     <width>200</width>
     <height>150</height>
    </size>
   </property>
  </widget>
pixhawk's avatar
pixhawk committed
48
49
50
51
52
  <widget class="QMenuBar" name="menuBar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
53
     <width>1024</width>
Don Gagne's avatar
Don Gagne committed
54
     <height>22</height>
pixhawk's avatar
pixhawk committed
55
56
57
58
59
60
61
    </rect>
   </property>
   <widget class="QMenu" name="menuMGround">
    <property name="title">
     <string>File</string>
    </property>
    <addaction name="separator"/>
pixhawk's avatar
pixhawk committed
62
    <addaction name="actionMuteAudioOutput"/>
Don Gagne's avatar
Don Gagne committed
63
    <addaction name="actionStatusBar"/>
64
    <addaction name="actionSettings"/>
pixhawk's avatar
pixhawk committed
65
    <addaction name="separator"/>
pixhawk's avatar
pixhawk committed
66
67
    <addaction name="actionExit"/>
   </widget>
68
   <widget class="QMenu" name="menuWidgets">
dogmaphobic's avatar
dogmaphobic committed
69
    <property name="title">
70
     <string>Widgets</string>
dogmaphobic's avatar
dogmaphobic committed
71
    </property>
pixhawk's avatar
pixhawk committed
72
   </widget>
pixhawk's avatar
pixhawk committed
73
   <addaction name="menuMGround"/>
74
   <addaction name="menuWidgets"/>
pixhawk's avatar
pixhawk committed
75
76
77
78
79
80
81
82
83
84
85
86
  </widget>
  <widget class="QStatusBar" name="statusBar"/>
  <action name="actionExit">
   <property name="text">
    <string>Exit</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Q</string>
   </property>
  </action>
  <action name="actionAdd_Link">
   <property name="text">
dogmaphobic's avatar
dogmaphobic committed
87
    <string>Manage Communication Links</string>
pixhawk's avatar
pixhawk committed
88
89
   </property>
  </action>
90
91
92
93
94
95
96
97
  <action name="actionMuteAudioOutput">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Mute Audio Output</string>
   </property>
  </action>
98
99
100
101
  <action name="actionSettings">
   <property name="text">
    <string>Settings</string>
   </property>
Lorenz Meier's avatar
Lorenz Meier committed
102
103
104
   <property name="toolTip">
    <string>Application settings</string>
   </property>
Don Gagne's avatar
Don Gagne committed
105
106
107
   <property name="menuRole">
    <enum>QAction::PreferencesRole</enum>
   </property>
108
  </action>
109
110
111
112
113
114
115
116
  <action name="actionAdvanced_Mode">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Advanced Mode</string>
   </property>
  </action>
117
118
119
120
121
  <action name="actionStatusBar">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
122
    <string>Show Status Bar</string>
123
124
   </property>
  </action>
pixhawk's avatar
pixhawk committed
125
126
 </widget>
 <layoutdefault spacing="6" margin="11"/>
Don Gagne's avatar
Don Gagne committed
127
 <resources/>
pixhawk's avatar
pixhawk committed
128
129
130
131
 <connections>
  <connection>
   <sender>actionExit</sender>
   <signal>triggered()</signal>
pixhawk's avatar
pixhawk committed
132
   <receiver>MainWindow</receiver>
pixhawk's avatar
pixhawk committed
133
134
135
136
137
138
139
140
141
142
143
144
145
146
   <slot>close()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>-1</x>
     <y>-1</y>
    </hint>
    <hint type="destinationlabel">
     <x>299</x>
     <y>199</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>