Thanks for the reply.
But on using this , Still "X" is dissabled, Is some flags to be set
Thanks for the reply.
But on using this , Still "X" is dissabled, Is some flags to be set
Always Believe in Urself![]()
Merry
Using QDialog.exec() Still "All the three buttons are disabled" on the upper Left corner, that
is (x) (-) & (+).
Please tell me what should i do,
Regards
Merry
Always Believe in Urself![]()
Merry
Could you compile and run the following test application?
Does it look like you want?Qt Code:
// main.cpp #include <QtGui> int main(int argc, char* argv[]) { QDialog d; return d.exec(); }To copy to clipboard, switch view to plain text mode
J-P Nurmi
Thanx 4 the reply
I had run the application , and i got the result this , No I dont want this , I want close button (X) at the top should be visible.
Regards
Merry
Always Believe in Urself![]()
Merry
Bookmarks