ostinato/client/mainwindow.ui
Srivats P. c630d4c291 - Added icons to some menu items
- Fix: Changed Preferences to inherit privately from Ui::Preferences
- Added "About Qt" to Help Menu
- Added the PortList/StreamList actions to File Menu
- Fix: "New Stream" action is enabled only when a port is selected in the port list
- Fix: Ostinato now looks for Drone in the correct path
2010-04-04 08:15:39 +00:00

82 lines
2.1 KiB
XML

<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>650</height>
</rect>
</property>
<property name="windowTitle" >
<string>Ostinato</string>
</property>
<widget class="QWidget" name="centralwidget" />
<widget class="QMenuBar" name="menubar" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuFile" >
<property name="title" >
<string>File</string>
</property>
<addaction name="separator" />
<addaction name="actionPreferences" />
<addaction name="actionFileExit" />
</widget>
<widget class="QMenu" name="menuHelp" >
<property name="title" >
<string>Help</string>
</property>
<addaction name="actionHelpAbout" />
<addaction name="actionAboutQt" />
</widget>
<addaction name="menuFile" />
<addaction name="menuHelp" />
</widget>
<widget class="QStatusBar" name="statusbar" />
<action name="actionFileExit" >
<property name="icon" >
<iconset resource="ostinato.qrc" >:/icons/exit.png</iconset>
</property>
<property name="text" >
<string>E&amp;xit</string>
</property>
</action>
<action name="actionHelpAbout" >
<property name="icon" >
<iconset resource="ostinato.qrc" >:/icons/about.png</iconset>
</property>
<property name="text" >
<string>&amp;About</string>
</property>
</action>
<action name="actionPreferences" >
<property name="icon" >
<iconset resource="ostinato.qrc" >:/icons/preferences.png</iconset>
</property>
<property name="text" >
<string>Preferences</string>
</property>
</action>
<action name="actionAboutQt" >
<property name="icon" >
<iconset resource="ostinato.qrc" >:/icons/qt.png</iconset>
</property>
<property name="text" >
<string>About Qt</string>
</property>
</action>
</widget>
<resources>
<include location="ostinato.qrc" />
</resources>
<connections/>
</ui>