qdialog
QMainDialog become modal if has modal QDialog as parent on Mac OS X
I c开发者_StackOverflowreate QMainWindow with parent widget which is modal QDialog. QMainWindow created as modl window ontop of dialog and doesn\'t has active close, minimize buttons and has grayed(un[详细]
2023-04-09 02:00 分类:问答Forcing QDialog to stay open
How should I best go about forcing a QDialog to stay open when the di开发者_开发百科alog\'s accept() slot is called? I was thinking of reimplementing that function to get the dialog\'s exec to return[详细]
2023-03-29 16:21 分类:问答QDialog explicit constructor without argument - how to use correctly?
I experienced this with a derived class, but it\'s the same with QDialog base class: when I do QDialog dialog();[详细]
2023-03-15 14:28 分类:问答QMessageBox blocks QDialog
I don\'t really know how to formulate my question this time... I have my application with a QDialog as a main window.[详细]
2023-03-13 10:59 分类:问答QDialog::accept quits Main Application
I have a ClientSocket Class which is a TcpSocket in a certain state of conversation I need to ask the user to enter a Communication password. So I\'ve created a Dialog DG::ChallangeDialog . in DG::Cha[详细]
2023-03-12 19:19 分类:问答Qt QDialog choppy when calling move()
I\'m trying to create a popup text editor in Qt.The problem I\'m having is that since I\'m making the dialog borderless, I have to call the move() function myself.This is causing some weird behaviors[详细]
2023-03-12 10:28 分类:问答Custom QDialog in Qt
I want to make a qdialog with \'yes\' and \'no\' option开发者_Go百科 on it, with the \'no\' button option set default. so far I have made the \'no\' button default but pressing tab or shift+tab or lef[详细]
2023-03-11 06:01 分类:问答Open only one instance of QDialog with show() , and also does the Object is deleted if i close the QDialog
in Qt im opening QDialog windows each time i click some item im doing it with new , i like to be sure im opening only one instance of QDialog for each item[详细]
2023-03-09 21:27 分类:问答Added QMenuBar in QDialog it showing but sub menus dosn't open
i added QMenuBar in QDialog using layout that is set in Designer and then manully adding the QMenuBar , when running the application and the QDialog runs i see the QMenuBar with only the menu header w[详细]
2023-03-09 02:58 分类:问答Qt dialog how can I trigger accept() and reject() from function
I have situation that I open QDialog window from the main.cpp file and then I wait for the exec() method to return based on success or fail of the QDialog. Like this :[详细]
2023-03-08 17:27 分类:问答