Home
last modified time | relevance | path

Searched refs:buttonBox (Results 1 – 25 of 3334) sorted by relevance

12345678910>>...134

/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qdialogbuttonbox/
H A Dtst_qdialogbuttonbox.cpp224 QDialogButtonBox buttonBox; in setOrientation() local
272 QDialogButtonBox buttonBox; in addButton1() local
300 QDialogButtonBox buttonBox; in addButton2() local
327 QDialogButtonBox buttonBox; in addButton3() local
348 QDialogButtonBox buttonBox; in clear() local
351 buttonBox.clear(); in clear()
369 QDialogButtonBox buttonBox; in removeButton() local
382 QDialogButtonBox buttonBox; in testDelete() local
400 QDialogButtonBox buttonBox; in testMultipleAdd() local
436 QDialogButtonBox buttonBox; in buttonRole() local
[all …]
/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/quicktemplates2/
H A Dqquickdialog.cpp257 if (d->buttonBox == buttonBox) in setHeader()
258 d->buttonBox = nullptr; in setHeader()
265 d->buttonBox = buttonBox; in setHeader()
266 buttonBox->setStandardButtons(d->standardButtons); in setHeader()
305 if (d->buttonBox == buttonBox) in setFooter()
306 d->buttonBox = nullptr; in setFooter()
312 d->buttonBox = buttonBox; in setFooter()
364 if (d->buttonBox) in setStandardButtons()
365 d->buttonBox->setStandardButtons(buttons); in setStandardButtons()
380 if (!d->buttonBox) in standardButton()
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/custom-buildsystem/tests/
H A Dkcmuitestmain.cpp35 : buttonBox(buttonBox), configWidget(cfgWidget), cfg(config), project(proj) in State()
43 if (button == buttonBox->button(QDialogButtonBox::Apply)) { in buttonClicked()
45 } else if (button == buttonBox->button(QDialogButtonBox::Ok)) { in buttonClicked()
54 buttonBox->button(QDialogButtonBox::Apply)->setEnabled(false); in apply()
55 buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false); in apply()
62 buttonBox->button(QDialogButtonBox::Apply)->setEnabled(true); in configChanged()
63 buttonBox->button(QDialogButtonBox::Ok)->setEnabled(true); in configChanged()
66 QDialogButtonBox* buttonBox; member in State
117 buttonBox.button(QDialogButtonBox::Apply)->setEnabled(false); in main()
118 buttonBox.button(QDialogButtonBox::Ok)->setEnabled(false); in main()
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/xr/src/
H A Dfallback.h.old111 "XR.outerBox.wholeThing.titleBar.buttonBox*optionBox.optTitleLabel.borderWidth: 1",
113 "XR.outerBox.wholeThing.titleBar.buttonBox*optionBox.optOkButton.borderWidth: 1",
114 "XR.outerBox.wholeThing.titleBar.buttonBox*fileBox.fileTitleLabel.borderWidth: 1",
116 "XR.outerBox.wholeThing.titleBar.buttonBox*fileBox.fileOkButton.borderWidth: 1",
130 "XR.outerBox.wholeThing.titleBar.buttonBox*background: rgb:8020/B410/C26D",
168 "XR*helpBox*buttonBox*background: rgb:0000/528f/0000",
184 "XR.outerBox.wholeThing.titleBar.buttonBox*fileBox.fileOkButton.borderWidth: 1",
198 "XR.outerBox.wholeThing.titleBar.buttonBox*background: #80b4c2",
200 "XR.outerBox.wholeThing.titleBar.buttonBox*optionBox.background: #4c8d9e",
204 "XR.outerBox.wholeThing.titleBar.buttonBox*fileBox.background: #4c8d9e",
[all …]
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/common/libkipiplugins/dialogs/
H A Dkptooldialog.cpp147 : buttonBox(nullptr), in Private()
154 QDialogButtonBox* buttonBox; member in KIPIPlugins::KPToolDialog::Private
169 d->buttonBox->addButton(d->startButton, QDialogButtonBox::ActionRole); in KPToolDialog()
170 d->buttonBox->button(QDialogButtonBox::Close)->setDefault(true); in KPToolDialog()
173 mainLayout->addWidget(d->buttonBox); in KPToolDialog()
176 connect(d->buttonBox, &QDialogButtonBox::rejected, in KPToolDialog()
192 layout()->removeWidget(d->buttonBox); in setMainWidget()
203 layout()->addWidget(d->buttonBox); in setMainWidget()
210 d->buttonBox->button(QDialogButtonBox::Close)->setText(i18n("Close")); in setRejectButtonMode()
235 return d->buttonBox->button(QDialogButtonBox::Help); in helpButton()
[all …]
/dports/net/kcalutils/kcalutils-21.12.3/src/
H A Drecurrenceactions.cpp144 *buttonBox = new QDialogButtonBox(buttons, parent); in createDialog()
145 QPushButton *okButton = (*buttonBox)->button(QDialogButtonBox::Ok); in createDialog()
150 (*buttonBox)->button(QDialogButtonBox::Ok)->setDefault(true); in createDialog()
156 mainLayout->addWidget(*buttonBox); in createDialog()
171 QDialogButtonBox *buttonBox = nullptr; in questionMultipleChoice() local
174 KGuiItem::assign(buttonBox->button(QDialogButtonBox::Ok), action); in questionMultipleChoice()
204 KGuiItem::assign(buttonBox->button(QDialogButtonBox::Ok), actionAll); in questionSelectedAllCancel()
206 QPushButton *okButton = buttonBox->button(QDialogButtonBox::Ok); in questionSelectedAllCancel()
209 buttonBox->button(QDialogButtonBox::Ok)->setDefault(true); in questionSelectedAllCancel()
240 QPushButton *okButton = buttonBox->button(QDialogButtonBox::Ok); in questionSelectedFutureAllCancel()
[all …]
/dports/security/kleopatra/kleopatra-21.12.3/src/conf/
H A Dkleopageconfigdialog.cpp43 QDialogButtonBox *buttonBox = new QDialogButtonBox(this); in KleoPageConfigDialog() local
44 buttonBox->setStandardButtons(QDialogButtonBox::Help in KleoPageConfigDialog()
52 KGuiItem::assign(buttonBox->button(QDialogButtonBox::RestoreDefaults), in KleoPageConfigDialog()
57 buttonBox->button(QDialogButtonBox::Reset)->setEnabled(false); in KleoPageConfigDialog()
58 buttonBox->button(QDialogButtonBox::Apply)->setEnabled(false); in KleoPageConfigDialog()
62 connect(buttonBox->button(QDialogButtonBox::Ok), &QAbstractButton::clicked, in KleoPageConfigDialog()
66 connect(buttonBox->button(QDialogButtonBox::Help), &QAbstractButton::clicked, in KleoPageConfigDialog()
71 setButtonBox(buttonBox); in KleoPageConfigDialog()
114 QPushButton *applyButton = buttonBox()->button(QDialogButtonBox::Apply); in apply()
233 QPushButton *resetButton = buttonBox()->button(QDialogButtonBox::Reset); in clientChanged()
[all …]
/dports/deskutils/kontact/kontact-21.12.3/src/ksettingsdialog/
H A Dkontactkcmultidialog.cpp140 QPushButton *okButton = q->buttonBox()->button(QDialogButtonBox::Ok); in _k_clientChanged()
156 QPushButton *resetButton = q->buttonBox()->button(QDialogButtonBox::Reset); in _k_clientChanged()
173 QPushButton *okButton = q->buttonBox()->button(QDialogButtonBox::Ok); in _k_clientChanged()
183 QPushButton *helpButton = q->buttonBox()->button(QDialogButtonBox::Help); in _k_clientChanged()
202 auto buttonBox = new QDialogButtonBox(q); in init() local
212 buttonBox->button(QDialogButtonBox::Close)->setVisible(false); in init()
213 buttonBox->button(QDialogButtonBox::Reset)->setEnabled(false); in init()
214 buttonBox->button(QDialogButtonBox::Apply)->setEnabled(false); in init()
222 q->setButtonBox(buttonBox); in init()
340 QPushButton *applyButton = buttonBox()->button(QDialogButtonBox::Apply); in slotApplyClicked()
[all …]
/dports/x11/konsole/konsole-21.12.3/src/settings/
H A DConfigurationDialog.cpp35buttonBox()->setStandardButtons(QDialogButtonBox::RestoreDefaults | QDialogButtonBox::Ok | QDialog… in ConfigurationDialog()
36 …connect(buttonBox()->button(QDialogButtonBox::Apply), &QAbstractButton::clicked, this, &Configurat… in ConfigurationDialog()
37 …connect(buttonBox()->button(QDialogButtonBox::RestoreDefaults), &QAbstractButton::clicked, this, &… in ConfigurationDialog()
45 …connect(buttonBox()->button(QDialogButtonBox::Ok), &QAbstractButton::clicked, _manager, &KConfigDi… in ConfigurationDialog()
46 …connect(buttonBox()->button(QDialogButtonBox::Apply), &QAbstractButton::clicked, _manager, &KConfi… in ConfigurationDialog()
47 …connect(buttonBox()->button(QDialogButtonBox::Cancel), &QAbstractButton::clicked, _manager, &KConf… in ConfigurationDialog()
54 …connect(buttonBox()->button(QDialogButtonBox::Ok), &QAbstractButton::clicked, _groupManager, &Conf… in ConfigurationDialog()
57 connect(buttonBox()->button(QDialogButtonBox::RestoreDefaults), in ConfigurationDialog()
80 QPushButton *defaultButton = buttonBox()->button(QDialogButtonBox::RestoreDefaults); in addPage()
114 QPushButton *applyButton = buttonBox()->button(QDialogButtonBox::Apply); in setApplyButtonEnabled()
[all …]
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/flickr/
H A Dselectuserdlg.cpp50 QDialogButtonBox* const buttonBox = new QDialogButtonBox(); in SelectUserDlg() local
51 QPushButton* const buttonNewAccount = new QPushButton(buttonBox); in SelectUserDlg()
55 buttonBox->addButton(buttonNewAccount, QDialogButtonBox::AcceptRole); in SelectUserDlg()
56 buttonBox->addButton(QDialogButtonBox::Ok); in SelectUserDlg()
57 buttonBox->addButton(QDialogButtonBox::Close); in SelectUserDlg()
59 buttonBox->button(QDialogButtonBox::Close)->setDefault(true); in SelectUserDlg()
61 m_okButton = buttonBox->button(QDialogButtonBox::Ok); in SelectUserDlg()
82 mainLayout->addWidget(buttonBox); in SelectUserDlg()
85 connect(buttonBox, SIGNAL(accepted()), in SelectUserDlg()
88 connect(buttonBox, SIGNAL(rejected()), in SelectUserDlg()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/uic/baseline/
H A DDialog_with_Buttons_Bottom.ui.h25 QDialogButtonBox *buttonBox;
32 buttonBox = new QDialogButtonBox(Dialog); in setupUi()
33 buttonBox->setObjectName(QString::fromUtf8("buttonBox")); in setupUi()
34 buttonBox->setGeometry(QRect(30, 240, 341, 32)); in setupUi()
35 buttonBox->setOrientation(Qt::Horizontal); in setupUi()
36 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); in setupUi()
39 QObject::connect(buttonBox, SIGNAL(accepted()), Dialog, SLOT(accept())); in setupUi()
40 QObject::connect(buttonBox, SIGNAL(rejected()), Dialog, SLOT(reject())); in setupUi()
H A DDialog_with_Buttons_Right.ui.h25 QDialogButtonBox *buttonBox;
32 buttonBox = new QDialogButtonBox(Dialog); in setupUi()
33 buttonBox->setObjectName(QString::fromUtf8("buttonBox")); in setupUi()
34 buttonBox->setGeometry(QRect(290, 20, 81, 241)); in setupUi()
35 buttonBox->setOrientation(Qt::Vertical); in setupUi()
36 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); in setupUi()
39 QObject::connect(buttonBox, SIGNAL(accepted()), Dialog, SLOT(accept())); in setupUi()
40 QObject::connect(buttonBox, SIGNAL(rejected()), Dialog, SLOT(reject())); in setupUi()
/dports/audio/cantata/cantata-2.4.2/support/
H A Ddialog.cpp44 , buttonBox(nullptr) in Dialog()
170 if (buttonBox && buttons==buttonTypes) { in setButtons()
202 if (buttonBox) { in setButtons()
204 buttonBox->clear(); in setButtons()
205 buttonBox->setStandardButtons(btns); in setButtons()
210 buttonBox->setStyle(buttonProxyStyle()); in setButtons()
255 if (needToCreate && mw && buttonBox) { in setButtons()
296 QAbstractButton *b=buttonBox->button(button); in setButtonGuiItem()
340 if (mw && buttonBox) { in setMainWidget()
386 layout->addWidget(buttonBox); in create()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/dplugins/webservices/
H A Dwsselectuserdlg.cpp71 QDialogButtonBox* const buttonBox = new QDialogButtonBox(); in WSSelectUserDlg() local
72 QPushButton* const buttonNewAccount = new QPushButton(buttonBox); in WSSelectUserDlg()
76 buttonBox->addButton(buttonNewAccount, QDialogButtonBox::AcceptRole); in WSSelectUserDlg()
77 buttonBox->addButton(QDialogButtonBox::Ok); in WSSelectUserDlg()
78 buttonBox->addButton(QDialogButtonBox::Close); in WSSelectUserDlg()
80 buttonBox->button(QDialogButtonBox::Close)->setDefault(true); in WSSelectUserDlg()
82 d->okButton = buttonBox->button(QDialogButtonBox::Ok); in WSSelectUserDlg()
101 mainLayout->addWidget(buttonBox); in WSSelectUserDlg()
104 connect(buttonBox, SIGNAL(accepted()), in WSSelectUserDlg()
107 connect(buttonBox, SIGNAL(rejected()), in WSSelectUserDlg()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/layouts/dynamiclayouts/
H A Ddialog.cpp59 mainLayout->addWidget(buttonBox, 2, 0); in Dialog()
75 if (orientation == buttonBox->orientation()) in buttonsOrientationChanged()
78 mainLayout->removeWidget(buttonBox); in buttonsOrientationChanged()
82 QSize oldSizeHint = buttonBox->sizeHint() + QSize(spacing, spacing); in buttonsOrientationChanged()
83 buttonBox->setOrientation(orientation); in buttonsOrientationChanged()
87 mainLayout->addWidget(buttonBox, 2, 0); in buttonsOrientationChanged()
90 mainLayout->addWidget(buttonBox, 0, 3, 2, 1); in buttonsOrientationChanged()
163 buttonBox = new QDialogButtonBox; in createButtonBox()
165 closeButton = buttonBox->addButton(QDialogButtonBox::Close); in createButtonBox()
166 helpButton = buttonBox->addButton(QDialogButtonBox::Help); in createButtonBox()
[all …]
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/layouts/dynamiclayouts/
H A Ddialog.cpp65 mainLayout->addWidget(buttonBox, 2, 0); in Dialog()
81 if (orientation == buttonBox->orientation()) in buttonsOrientationChanged()
84 mainLayout->removeWidget(buttonBox); in buttonsOrientationChanged()
88 QSize oldSizeHint = buttonBox->sizeHint() + QSize(spacing, spacing); in buttonsOrientationChanged()
89 buttonBox->setOrientation(orientation); in buttonsOrientationChanged()
93 mainLayout->addWidget(buttonBox, 2, 0); in buttonsOrientationChanged()
96 mainLayout->addWidget(buttonBox, 0, 3, 2, 1); in buttonsOrientationChanged()
171 buttonBox = new QDialogButtonBox; in createButtonBox()
173 closeButton = buttonBox->addButton(QDialogButtonBox::Close); in createButtonBox()
174 helpButton = buttonBox->addButton(QDialogButtonBox::Help); in createButtonBox()
[all …]
/dports/security/kgpg/kgpg-21.12.3/
H A Ddetailedconsole.cpp32 QDialogButtonBox *buttonBox = new QDialogButtonBox(this); in KgpgDetailedInfo() local
33 buttonBox->addButton(detailsButton, QDialogButtonBox::HelpRole); in KgpgDetailedInfo()
34 buttonBox->addButton(QDialogButtonBox::Ok); in KgpgDetailedInfo()
35 buttonBox->button(QDialogButtonBox::Ok)->setFocus(); in KgpgDetailedInfo()
37 QPushButton *okButton = buttonBox->button(QDialogButtonBox::Ok); in KgpgDetailedInfo()
40 connect(buttonBox, &QDialogButtonBox::accepted, this, &KgpgDetailedInfo::accept); in KgpgDetailedInfo()
41 connect(buttonBox, &QDialogButtonBox::rejected, this, &KgpgDetailedInfo::reject); in KgpgDetailedInfo()
44 …KMessageBox::createKMessageBox(this, buttonBox, QMessageBox::Information, boxLabel, keysList, QStr… in KgpgDetailedInfo()
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/demos/
H A DButtonBox.py13 self.buttonBox = Pmw.ButtonBox(parent,
18 self.buttonBox.pack(fill = 'both', expand = 1, padx = 10, pady = 10)
21 self.buttonBox.add('OK', command = self.ok)
22 self.buttonBox.add('Apply', command = self.apply)
23 self.buttonBox.add('Cancel', command = self.cancel)
26 self.buttonBox.setdefault('OK')
31 self.buttonBox.alignbuttons()
34 self.buttonBox.invoke()
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/demos/
H A DButtonBox.py13 self.buttonBox = Pmw.ButtonBox(parent,
18 self.buttonBox.pack(fill = 'both', expand = 1, padx = 10, pady = 10)
21 self.buttonBox.add('OK', command = self.ok)
22 self.buttonBox.add('Apply', command = self.apply)
23 self.buttonBox.add('Cancel', command = self.cancel)
26 self.buttonBox.setdefault('OK')
31 self.buttonBox.alignbuttons()
34 self.buttonBox.invoke()
/dports/textproc/retext/retext-7.2.2/ReText/
H A Ddialogs.py34 buttonBox = QDialogButtonBox(self)
35 buttonBox.setStandardButtons(QDialogButtonBox.StandardButton.Close)
36 buttonBox.rejected.connect(self.close)
37 verticalLayout.addWidget(buttonBox)
52 buttonBox = QDialogButtonBox(self)
53buttonBox.setStandardButtons(QDialogButtonBox.StandardButton.Cancel | QDialogButtonBox.StandardBut…
54 verticalLayout.addWidget(buttonBox)
55 buttonBox.accepted.connect(self.accept)
56 buttonBox.rejected.connect(self.reject)
/dports/devel/gammaray/GammaRay-2.11.3/launcher/ui/
H A Dlauncherwindow.cpp66 ui->buttonBox->button(QDialogButtonBox::Ok), &QAbstractButton::click); in LauncherWindow()
68 ui->buttonBox->button(QDialogButtonBox::Ok), &QAbstractButton::click); in LauncherWindow()
69 connect(ui->buttonBox, &QDialogButtonBox::helpRequested, this, &LauncherWindow::help); in LauncherWindow()
72 ui->buttonBox->button(QDialogButtonBox::Help)->setEnabled(HelpController::isAvailable()); in LauncherWindow()
73 ui->buttonBox->button(QDialogButtonBox::Help)->setShortcut(QKeySequence::HelpContents); in LauncherWindow()
97 ui->buttonBox->button(QDialogButtonBox::Ok)->setText(tr("Attach")); in tabChanged()
98 ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(ui->attachPage->isValid()); in tabChanged()
100 ui->buttonBox->button(QDialogButtonBox::Ok)->setText(tr("Launch")); in tabChanged()
101 ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(ui->launchPage->isValid()); in tabChanged()
103 ui->buttonBox->button(QDialogButtonBox::Ok)->setText(tr("Connect")); in tabChanged()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/fcitx5-qt/qt5/guiwrapper/
H A Dmainwindow.cpp28 buttonBox->button(QDialogButtonBox::Ok)->setText(_("&Ok")); in MainWindow()
29 buttonBox->button(QDialogButtonBox::Apply)->setText(_("&Apply")); in MainWindow()
30 buttonBox->button(QDialogButtonBox::Reset)->setText(_("&Reset")); in MainWindow()
31 buttonBox->button(QDialogButtonBox::Close)->setText(_("&Close")); in MainWindow()
32 buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false); in MainWindow()
33 buttonBox->button(QDialogButtonBox::Apply)->setEnabled(false); in MainWindow()
34 buttonBox->button(QDialogButtonBox::Reset)->setEnabled(false); in MainWindow()
67 buttonBox->standardButton(button); in clicked()
124 buttonBox->button(QDialogButtonBox::Ok)->setEnabled(changed); in changed()
125 buttonBox->button(QDialogButtonBox::Apply)->setEnabled(changed); in changed()
[all …]
/dports/textproc/fcitx5-qt/fcitx5-qt-5.0.8/qt5/guiwrapper/
H A Dmainwindow.cpp28 buttonBox->button(QDialogButtonBox::Ok)->setText(_("&Ok")); in MainWindow()
29 buttonBox->button(QDialogButtonBox::Apply)->setText(_("&Apply")); in MainWindow()
30 buttonBox->button(QDialogButtonBox::Reset)->setText(_("&Reset")); in MainWindow()
31 buttonBox->button(QDialogButtonBox::Close)->setText(_("&Close")); in MainWindow()
32 buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false); in MainWindow()
33 buttonBox->button(QDialogButtonBox::Apply)->setEnabled(false); in MainWindow()
34 buttonBox->button(QDialogButtonBox::Reset)->setEnabled(false); in MainWindow()
67 buttonBox->standardButton(button); in clicked()
124 buttonBox->button(QDialogButtonBox::Ok)->setEnabled(changed); in changed()
125 buttonBox->button(QDialogButtonBox::Apply)->setEnabled(changed); in changed()
[all …]
/dports/www/otter-browser/otter-browser-1.0.03/src/ui/
H A DImportDialog.cpp59 connect(m_ui->buttonBox, &QDialogButtonBox::rejected, this, &ImportDialog::reject); in ImportDialog()
64 if (m_ui->buttonBox->button(QDialogButtonBox::Abort)) in closeEvent()
138 m_ui->buttonBox->clear(); in handleImportRequested()
139 m_ui->buttonBox->addButton(QDialogButtonBox::Abort); in handleImportRequested()
140 m_ui->buttonBox->setEnabled(m_importer->canCancel()); in handleImportRequested()
143 disconnect(m_ui->buttonBox, &QDialogButtonBox::rejected, this, &ImportDialog::reject); in handleImportRequested()
144 connect(m_ui->buttonBox, &QDialogButtonBox::rejected, m_importer, &Importer::cancel); in handleImportRequested()
199 m_ui->buttonBox->clear(); in handleImportFinished()
200 m_ui->buttonBox->addButton(QDialogButtonBox::Close); in handleImportFinished()
201 m_ui->buttonBox->setEnabled(true); in handleImportFinished()
[all …]
/dports/x11-toolkits/kf5-kconfigwidgets/kconfigwidgets-5.89.0/src/
H A Dkconfigdialog.cpp41 QDialogButtonBox *buttonBox = q->buttonBox(); in KConfigDialogPrivate() local
44 …QObject::connect(buttonBox->button(QDialogButtonBox::Ok), &QAbstractButton::clicked, q, &KConfigDi… in KConfigDialogPrivate()
46 …QObject::connect(buttonBox->button(QDialogButtonBox::Apply), &QAbstractButton::clicked, q, [this](… in KConfigDialogPrivate()
51 …QObject::connect(buttonBox->button(QDialogButtonBox::RestoreDefaults), &QAbstractButton::clicked, … in KConfigDialogPrivate()
54 …QObject::connect(buttonBox->button(QDialogButtonBox::Help), &QAbstractButton::clicked, q, &KConfig… in KConfigDialogPrivate()
61 if (QPushButton *applyButton = q->buttonBox()->button(QDialogButtonBox::Apply)) { in KConfigDialogPrivate()
132 QPushButton *defaultButton = buttonBox()->button(QDialogButtonBox::RestoreDefaults); in addPage()
155 QPushButton *defaultButton = buttonBox()->button(QDialogButtonBox::RestoreDefaults); in addPage()
209 QDialogButtonBox *buttonBox = q->buttonBox(); in setupManagerConnections() local
218 QPushButton *applyButton = q->buttonBox()->button(QDialogButtonBox::Apply); in updateApplyButton()
[all …]

12345678910>>...134