228:948867719906 | 229:38d86002d548 |
---|---|
37 <property name="geometry"> | 37 <property name="geometry"> |
38 <rect> | 38 <rect> |
39 <x>0</x> | 39 <x>0</x> |
40 <y>0</y> | 40 <y>0</y> |
41 <width>800</width> | 41 <width>800</width> |
42 <height>28</height> | 42 <height>29</height> |
43 </rect> | 43 </rect> |
44 </property> | 44 </property> |
45 <widget class="QMenu" name="menuFile"> | 45 <widget class="QMenu" name="menuFile"> |
46 <property name="title"> | 46 <property name="title"> |
47 <string>File</string> | 47 <string>File</string> |
83 <addaction name="separator"/> | 83 <addaction name="separator"/> |
84 <addaction name="actionGridFine"/> | 84 <addaction name="actionGridFine"/> |
85 <addaction name="actionGridMedium"/> | 85 <addaction name="actionGridMedium"/> |
86 <addaction name="actionGridCoarse"/> | 86 <addaction name="actionGridCoarse"/> |
87 </widget> | 87 </widget> |
88 <widget class="QMenu" name="menuHelp"> | |
89 <property name="title"> | |
90 <string>Help</string> | |
91 </property> | |
92 <addaction name="actionAboutQt"/> | |
93 </widget> | |
88 <addaction name="menuFile"/> | 94 <addaction name="menuFile"/> |
89 <addaction name="menuView"/> | 95 <addaction name="menuView"/> |
90 <addaction name="menuEdit"/> | 96 <addaction name="menuEdit"/> |
97 <addaction name="menuHelp"/> | |
91 </widget> | 98 </widget> |
92 <widget class="QStatusBar" name="statusbar"/> | 99 <widget class="QStatusBar" name="statusbar"/> |
93 <widget class="QToolBar" name="fileToolBar"> | 100 <widget class="QToolBar" name="fileToolBar"> |
94 <property name="windowTitle"> | 101 <property name="windowTitle"> |
95 <string>toolBar</string> | 102 <string>toolBar</string> |
387 </property> | 394 </property> |
388 <property name="text"> | 395 <property name="text"> |
389 <string>Invert</string> | 396 <string>Invert</string> |
390 </property> | 397 </property> |
391 </action> | 398 </action> |
399 <action name="actionAboutQt"> | |
400 <property name="text"> | |
401 <string>About Qt</string> | |
402 </property> | |
403 </action> | |
392 </widget> | 404 </widget> |
393 <resources> | 405 <resources> |
394 <include location="../ldforge.qrc"/> | 406 <include location="../ldforge.qrc"/> |
395 </resources> | 407 </resources> |
396 <connections/> | 408 <connections/> |