Changeset 9386 in vbox for trunk/src/VBox/Frontends/VirtualBox4/ui
- Timestamp:
- Jun 4, 2008 12:49:29 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/ui
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGlobalSettingsDlg.ui
r8155 r9386 1308 1308 <include location="local" impldecl="in implementation">VBoxProblemReporter.h</include> 1309 1309 <include location="local" impldecl="in implementation">VBoxUSBFilterSettings.h</include> 1310 <include location="local" impldecl="in implementation">QI RichLabel.h</include>1310 <include location="local" impldecl="in implementation">QILabel.h</include> 1311 1311 </includes> 1312 1312 <forwards> 1313 1313 <forward>class VBoxUSBMenu</forward> 1314 <forward>class QI RichLabel</forward>1314 <forward>class QILabel</forward> 1315 1315 </forwards> 1316 1316 <variables> … … 1327 1327 <variable access="private">VBoxUSBMenu *usbDevicesMenu;</variable> 1328 1328 <variable access="private">bool mLanguageChanged;</variable> 1329 <variable access="private">QI RichLabel *whatsThisLabel;</variable>1329 <variable access="private">QILabel *whatsThisLabel;</variable> 1330 1330 </variables> 1331 1331 <slots> -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGlobalSettingsDlg.ui.h
r9382 r9386 30 30 *****************************************************************************/ 31 31 32 #include "QILabel.h" 33 32 34 #include <iprt/err.h> 33 35 #include <iprt/param.h> … … 303 305 304 306 #warning port me 305 whatsThisLabel = new QI RichLabel (this);307 whatsThisLabel = new QILabel (this); 306 308 // VBoxGlobalSettingsDlgLayout->addWidget (whatsThisLabel, 2, 1); 307 309 -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxNewHDWzd.ui
r8621 r9386 948 948 <class>QILabel</class> 949 949 <extends>QLabel</extends> 950 <header>QI AbstractWizard.h</header>950 <header>QILabel.h</header> 951 951 </customwidget> 952 952 <customwidget> -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxNewVMWzd.ui
r8632 r9386 1213 1213 <class>QILabel</class> 1214 1214 <extends>QLabel</extends> 1215 <header>QI AbstractWizard.h</header>1215 <header>QILabel.h</header> 1216 1216 </customwidget> 1217 1217 <customwidget> -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxRegistrationDlg.ui
r8648 r9386 255 255 <class>QILabel</class> 256 256 <extends>QLabel</extends> 257 <header>QI AbstractWizard.h</header>257 <header>QILabel.h</header> 258 258 </customwidget> 259 259 </customwidgets> -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMFirstRunWzd.ui
r8641 r9386 849 849 <class>QILabel</class> 850 850 <extends>QLabel</extends> 851 <header>QI AbstractWizard.h</header>851 <header>QILabel.h</header> 852 852 </customwidget> 853 853 <customwidget>
Note:
See TracChangeset
for help on using the changeset viewer.