Changeset 21


Ignore:
Timestamp:
12/31/07 14:36:04 (4 years ago)
Author:
sander
Message:

Changes to gui for preferences dialog

Location:
gui
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • gui/main_window.ui

    r16 r21  
    381381    <addaction name="action_Quit" /> 
    382382   </widget> 
     383   <widget class="QMenu" name="menu_Edit" > 
     384    <property name="title" > 
     385     <string>&amp;Edit</string> 
     386    </property> 
     387    <addaction name="action_Preferences" /> 
     388   </widget> 
    383389   <addaction name="menu_File" /> 
     390   <addaction name="menu_Edit" /> 
    384391  </widget> 
    385392  <widget class="QStatusBar" name="statusbar" /> 
     
    387394   <property name="text" > 
    388395    <string>&amp;Quit</string> 
     396   </property> 
     397  </action> 
     398  <action name="action_Preferences" > 
     399   <property name="text" > 
     400    <string>&amp;Preferences</string> 
    389401   </property> 
    390402  </action> 
  • gui/preferences_dialog.ui

    r20 r21  
    1111  </property> 
    1212  <property name="windowTitle" > 
    13    <string>Preferences</string> 
     13   <string>QtMPC Preferences</string> 
    1414  </property> 
    1515  <layout class="QVBoxLayout" > 
Note: See TracChangeset for help on using the changeset viewer.