diff options
Diffstat (limited to 'utils/themeeditor/gui/editorwindow.ui')
-rw-r--r-- | utils/themeeditor/gui/editorwindow.ui | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/utils/themeeditor/gui/editorwindow.ui b/utils/themeeditor/gui/editorwindow.ui index edfdfe3d84..bd74e1369e 100644 --- a/utils/themeeditor/gui/editorwindow.ui +++ b/utils/themeeditor/gui/editorwindow.ui @@ -40,17 +40,29 @@ <x>0</x> <y>0</y> <width>628</width> - <height>25</height> + <height>27</height> </rect> </property> <widget class="QMenu" name="menuFile"> <property name="title"> <string>&File</string> </property> + <widget class="QMenu" name="menuRecent_Files"> + <property name="title"> + <string>Recent Files</string> + </property> + </widget> + <widget class="QMenu" name="menuRecent_Projects"> + <property name="title"> + <string>Recent Projects</string> + </property> + </widget> <addaction name="actionNew_Document"/> <addaction name="actionNew_Project"/> <addaction name="actionOpen_Document"/> <addaction name="actionOpen_Project"/> + <addaction name="menuRecent_Files"/> + <addaction name="menuRecent_Projects"/> <addaction name="separator"/> <addaction name="actionClose_Document"/> <addaction name="actionClose_Project"/> @@ -407,6 +419,28 @@ <string>Ctrl+Shift+X</string> </property> </action> + <action name="actionFiles"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Files</string> + </property> + <property name="visible"> + <bool>true</bool> + </property> + </action> + <action name="actionProjects"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Projects</string> + </property> + <property name="visible"> + <bool>true</bool> + </property> + </action> </widget> <tabstops> <tabstop>projectTree</tabstop> |