Modified Reset menu action behaviour.
[secretnotes] / src / mainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>600</width>
10     <height>400</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Secret Notes</string>
15   </property>
16   <widget class="QWidget" name="centralWidget">
17    <layout class="QHBoxLayout" name="horizontalLayout">
18     <item>
19      <widget class="QPlainTextEdit" name="textEdit">
20       <property name="enabled">
21        <bool>true</bool>
22       </property>
23       <property name="readOnly">
24        <bool>false</bool>
25       </property>
26       <property name="backgroundVisible">
27        <bool>false</bool>
28       </property>
29      </widget>
30     </item>
31    </layout>
32   </widget>
33   <widget class="QMenuBar" name="menuBar">
34    <property name="geometry">
35     <rect>
36      <x>0</x>
37      <y>0</y>
38      <width>600</width>
39      <height>25</height>
40     </rect>
41    </property>
42    <widget class="QMenu" name="menuOptions">
43     <property name="title">
44      <string>Options</string>
45     </property>
46     <addaction name="actionChange_password"/>
47    </widget>
48    <addaction name="menuOptions"/>
49   </widget>
50   <action name="actionChange_password">
51    <property name="text">
52     <string>Change password</string>
53    </property>
54   </action>
55   <action name="actionReset_secret_notes">
56    <property name="text">
57     <string>Reset secret notes</string>
58    </property>
59   </action>
60  </widget>
61  <layoutdefault spacing="6" margin="11"/>
62  <resources/>
63  <connections/>
64 </ui>