Qt 6.11 is out! See what's new in the release
blog
Make fixed the size of my dialog box
General and Desktop
7
Posts
3
Posters
3.9k
Views
1
Watching
-
how can I make my Q dialog box size fixed
-
call "setFixedSize() ":/doc/qt-4.8/qwidget.html#setFixedSize
-
hi, I used it like
TnFSimulatorAssetCategoryEditorDlg->setFixedSize(int w. int h);
but It gives the following error..
1.expec ted primary expression before 'int' -
Sorry for bothering I've fixed the problem
-
Thanks to both of u.