equal
deleted
inserted
replaced
25 </property> |
25 </property> |
26 <property name="tabShape"> |
26 <property name="tabShape"> |
27 <enum>QTabWidget::Rounded</enum> |
27 <enum>QTabWidget::Rounded</enum> |
28 </property> |
28 </property> |
29 <property name="currentIndex"> |
29 <property name="currentIndex"> |
30 <number>1</number> |
30 <number>2</number> |
31 </property> |
31 </property> |
32 <widget class="QWidget" name="info"> |
32 <widget class="QWidget" name="info"> |
33 <attribute name="title"> |
33 <attribute name="title"> |
34 <string>Info</string> |
34 <string>Info</string> |
35 </attribute> |
35 </attribute> |
127 </widget> |
127 </widget> |
128 <widget class="QMenu" name="menuHelp"> |
128 <widget class="QMenu" name="menuHelp"> |
129 <property name="title"> |
129 <property name="title"> |
130 <string>&Help</string> |
130 <string>&Help</string> |
131 </property> |
131 </property> |
|
132 <addaction name="actionAbout"/> |
132 <addaction name="actionAboutQt"/> |
133 <addaction name="actionAboutQt"/> |
133 </widget> |
134 </widget> |
134 <addaction name="menu_File"/> |
135 <addaction name="menu_File"/> |
135 <addaction name="menuHelp"/> |
136 <addaction name="menuHelp"/> |
136 </widget> |
137 </widget> |
148 <action name="actionAboutQt"> |
149 <action name="actionAboutQt"> |
149 <property name="text"> |
150 <property name="text"> |
150 <string>About Qt</string> |
151 <string>About Qt</string> |
151 </property> |
152 </property> |
152 </action> |
153 </action> |
|
154 <action name="actionAbout"> |
|
155 <property name="text"> |
|
156 <string>About</string> |
|
157 </property> |
|
158 </action> |
153 </widget> |
159 </widget> |
154 <resources/> |
160 <resources/> |
155 <connections/> |
161 <connections/> |
156 </ui> |
162 </ui> |