diff options
author | necoro <> | 2007-04-20 14:44:45 +0000 |
---|---|---|
committer | necoro <> | 2007-04-20 14:44:45 +0000 |
commit | 7a6f5b2c1d83fe62c62f0c30cad28eb091d52dfe (patch) | |
tree | c14d3a2f65fe0ff5799ba1673a73dc7ff3799d44 /portato/gui/qt/ui/MainWindow.ui | |
parent | 524f67fb5a96f0f50b595023f46895e741654b59 (diff) | |
download | portato-7a6f5b2c1d83fe62c62f0c30cad28eb091d52dfe.tar.gz portato-7a6f5b2c1d83fe62c62f0c30cad28eb091d52dfe.tar.bz2 portato-7a6f5b2c1d83fe62c62f0c30cad28eb091d52dfe.zip |
Made qt plugin-ready; lots of documentation
Diffstat (limited to 'portato/gui/qt/ui/MainWindow.ui')
-rw-r--r-- | portato/gui/qt/ui/MainWindow.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/portato/gui/qt/ui/MainWindow.ui b/portato/gui/qt/ui/MainWindow.ui index 80c5c12..5b8d0d9 100644 --- a/portato/gui/qt/ui/MainWindow.ui +++ b/portato/gui/qt/ui/MainWindow.ui @@ -403,7 +403,7 @@ p, li { white-space: pre-wrap; } <height>27</height> </rect> </property> - <widget class="QMenu" name="menuFile" > + <widget class="QMenu" name="fileMenu" > <property name="title" > <string>&File</string> </property> @@ -412,13 +412,13 @@ p, li { white-space: pre-wrap; } <addaction name="separator" /> <addaction name="quitAction" /> </widget> - <widget class="QMenu" name="menuHelp" > + <widget class="QMenu" name="helpMenu" > <property name="title" > <string>&?</string> </property> <addaction name="aboutAction" /> </widget> - <widget class="QMenu" name="menu_Emerge" > + <widget class="QMenu" name="emergeMenu" > <property name="title" > <string>&Emerge</string> </property> @@ -431,9 +431,9 @@ p, li { white-space: pre-wrap; } <addaction name="separator" /> <addaction name="killAction" /> </widget> - <addaction name="menuFile" /> - <addaction name="menu_Emerge" /> - <addaction name="menuHelp" /> + <addaction name="fileMenu" /> + <addaction name="emergeMenu" /> + <addaction name="helpMenu" /> </widget> <widget class="QStatusBar" name="statusbar" > <property name="enabled" > |