diff options
Diffstat (limited to 'client/mainwindow.ui')
-rw-r--r-- | client/mainwindow.ui | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/client/mainwindow.ui b/client/mainwindow.ui index f08cb23..eb17fe2 100644 --- a/client/mainwindow.ui +++ b/client/mainwindow.ui @@ -41,7 +41,6 @@ <property name="title"> <string>Home</string> </property> - <addaction name="actionAbout"/> <addaction name="actionRefresh"/> </widget> <widget class="QMenu" name="menuDatabase"> @@ -50,17 +49,11 @@ </property> <addaction name="actionConnection"/> <addaction name="actionDisconnenct"/> - <addaction name="actionStatus"/> </widget> <addaction name="menuAbouy"/> <addaction name="menuDatabase"/> </widget> <widget class="QStatusBar" name="statusbar"/> - <action name="actionAbout"> - <property name="text"> - <string>About</string> - </property> - </action> <action name="actionRefresh"> <property name="text"> <string>Refresh</string> @@ -83,22 +76,15 @@ <property name="text"> <string>Connect</string> </property> + <property name="shortcut"> + <string>Ctrl+O</string> + </property> </action> <action name="actionDisconnenct"> <property name="text"> <string>Disconnenct</string> </property> </action> - <action name="actionQuerry_2"> - <property name="text"> - <string>Querry</string> - </property> - </action> - <action name="actionStatus"> - <property name="text"> - <string>Status</string> - </property> - </action> </widget> <resources/> <connections/> |