Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
If I just want to open my app top of everything like 10x10 rectangle midle of screen, so that I can see dashboard, is that possible. I can do that with view.show(); but then I get the default top status bar and bottom toolbar.
@void MyWindow::myShow() { show(); statusBar()->hide(); toolbar()->hide(); resize(QApplication::desktop()->width(),QApplication::desktop()->height());
}@
Then call myShow.. ?? Was it your question ?
What are those statusbar() and toolbar(), I don't find those?
http://qt-project.org/doc/qt-4.8/qmainwindow.html#statusBar