Minor changes
This commit is contained in:
parent
2a05198441
commit
bbfdc515fb
1 changed files with 12 additions and 0 deletions
|
@ -60,7 +60,14 @@
|
|||
<string>About</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuCalendars">
|
||||
<property name="title">
|
||||
<string>Calendars</string>
|
||||
</property>
|
||||
<addaction name="actionCreate"/>
|
||||
</widget>
|
||||
<addaction name="menuFile"/>
|
||||
<addaction name="menuCalendars"/>
|
||||
<addaction name="menuAbout"/>
|
||||
</widget>
|
||||
<widget class="QStatusBar" name="statusbar"/>
|
||||
|
@ -75,6 +82,11 @@
|
|||
<bool>false</bool>
|
||||
</attribute>
|
||||
</widget>
|
||||
<action name="actionCreate">
|
||||
<property name="text">
|
||||
<string>Create</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
|
Loading…
Add table
Reference in a new issue