![]() |
![]() |
![]()
Post
#1
|
|
Group: Members Posts: 3 Joined: 12-August 04 Member No.: 4,272 ![]() |
I'm developing an application for sharp zaurus 5600 and encontered a QToolBar related problem. The program is working fine in my PC. When tranfered to PDA, the QToolBar isn't dockable. Any body here can help me?
#include <qapplication.h> #include <qtoolbar.h> #include<qwhatsthis.h> class SmMainWin_QT:pulic QMainWindow { public: SmMainWin_QT(); } SmMainWin_QT::SmMainWin_QT():QMainWindow(0, "test") { resize(235, 315); QToolBar * tool_bar = newQToolBar(this); addToolBar(tool_bar, Minimized); (void)QWhatsThis::WhatsThisButton(tool_bar); } int main(int argc, **argv) { |
|
|
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 23rd April 2018 - 09:11 PM |