Changeset 40 for gui/main_window.ui


Ignore:
Timestamp:
01/06/08 17:37:58 (4 years ago)
Author:
sander
Message:

About dialog added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/main_window.ui

    r38 r40  
    418418    <addaction name="action_Preferences" /> 
    419419   </widget> 
     420   <widget class="QMenu" name="menu_Help" > 
     421    <property name="title" > 
     422     <string>&amp;Help</string> 
     423    </property> 
     424    <addaction name="action_About" /> 
     425   </widget> 
    420426   <addaction name="menu_File" /> 
    421427   <addaction name="menu_Edit" /> 
     428   <addaction name="menu_Help" /> 
    422429  </widget> 
    423430  <widget class="QStatusBar" name="statusbar" /> 
     
    432439   </property> 
    433440  </action> 
     441  <action name="action_About" > 
     442   <property name="text" > 
     443    <string>&amp;About</string> 
     444   </property> 
     445  </action> 
    434446 </widget> 
    435447 <resources/> 
Note: See TracChangeset for help on using the changeset viewer.