Home
last modified time | relevance | path

Searched refs:pushButton (Results 1 – 25 of 1164) sorted by relevance

12345678910>>...47

/dports/misc/parley/parley-21.12.3/src/practice/
H A Dmultiplechoicemodewidget.cpp78 pushButton->setText(data.choices[j]); in setQuestion()
80 pushButton->setFont(m_solutionFont); in setQuestion()
97 pushButton->setChecked(false); in showQuestion()
98 pushButton->setEnabled(true); in showQuestion()
120 pushButton->setCheckable(true); in setNumberOfPushButtons()
121 pushButton->setFlat(true); in setNumberOfPushButtons()
123 m_choiceButtons.append(pushButton); in setNumberOfPushButtons()
153 if (pushButton) { in eventFilter()
154 pushButton->click(); in eventFilter()
215 pushButton->setEnabled(false); in showSolution()
[all …]
/dports/devel/xelfviewer/XELFViewer-0.03/FormatDialogs/
H A Ddialoghexsignature.cpp37 pushButton[i]=new QPushButton; in DialogHexSignature()
40 pushButton[i]->setCheckable(true); in DialogHexSignature()
41 pushButton[i]->setEnabled(false); in DialogHexSignature()
47 ui->horizontalLayout0->addWidget(pushButton[i]); in DialogHexSignature()
51 ui->horizontalLayout1->addWidget(pushButton[i]); in DialogHexSignature()
55 ui->horizontalLayout2->addWidget(pushButton[i]); in DialogHexSignature()
59 ui->horizontalLayout3->addWidget(pushButton[i]); in DialogHexSignature()
63 ui->horizontalLayout4->addWidget(pushButton[i]); in DialogHexSignature()
67 ui->horizontalLayout5->addWidget(pushButton[i]); in DialogHexSignature()
86 pushButton[i]->setEnabled(true); in DialogHexSignature()
[all …]
/dports/x11/antimicro/antimicro-2.23/src/keyboard/
H A Dvirtualkeyboardmousewidget.cpp328 pushButton->setMinimumHeight(50); in setupMouseControlLayout()
339 pushButton->setMinimumHeight(50); in setupMouseControlLayout()
360 pushButton->setMinimumHeight(30); in setupMouseControlLayout()
364 pushButton->setMinimumHeight(30); in setupMouseControlLayout()
368 pushButton->setMinimumHeight(30); in setupMouseControlLayout()
372 pushButton->setMinimumHeight(30); in setupMouseControlLayout()
380 pushButton->setMinimumHeight(50); in setupMouseControlLayout()
506 pushButton->setFont(font1); in createNewKey()
508 return pushButton; in createNewKey()
520 pushButton->setFont(font1); in createNoneKey()
[all …]
/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_pushbuttons.c501 if (!pushButton->visible) in handlePushButtonsWhileMouseDown()
505 if (mouse.x >= pushButton->x && mouse.x < pushButton->x+pushButton->w && in handlePushButtonsWhileMouseDown()
506 mouse.y >= pushButton->y && mouse.y < pushButton->y+pushButton->h) in handlePushButtonsWhileMouseDown()
550 pushButton->callbackFuncOnDown(); in handlePushButtonsWhileMouseDown()
574 if (!pushButton->visible) in testPushButtonMouseDown()
577 if (mouse.x >= pushButton->x && mouse.x < pushButton->x+pushButton->w && in testPushButtonMouseDown()
578 mouse.y >= pushButton->y && mouse.y < pushButton->y+pushButton->h) in testPushButtonMouseDown()
609 if (!pushButton->visible) in testPushButtonMouseRelease()
612 if (mouse.x >= pushButton->x && mouse.x < pushButton->x+pushButton->w && in testPushButtonMouseRelease()
613 mouse.y >= pushButton->y && mouse.y < pushButton->y+pushButton->h) in testPushButtonMouseRelease()
[all …]
/dports/graphics/photoflare/photoflare-1.6.8/src/widgets/
H A Dimagepositionwidget.cpp43 QPushButton* pushButton = qobject_cast<QPushButton*>(obj); in resetAllButtons() local
45 if(pushButton && pushButton->isChecked()) in resetAllButtons()
47 pushButton->setChecked(false); in resetAllButtons()
48 pushButton->setIcon(QIcon(iconGray)); in resetAllButtons()
56 ui->pushButton->setChecked(true); in on_pushButton_clicked()
57 ui->pushButton->setIcon(QIcon(iconSepia)); in on_pushButton_clicked()
/dports/math/scilab/scilab-6.1.1/scilab/modules/ui_data/src/java/org/scilab/modules/ui_data/newsfeed/actions/
H A DUpdateAction.java55 JButton pushButton = new JButton(); in createPushButton() local
56 ScilabLAF.setDefaultProperties(pushButton); in createPushButton()
57 pushButton.setIcon(new ImageIcon(ICON)); in createPushButton()
58 pushButton.setToolTipText(LABEL); in createPushButton()
59 pushButton.addActionListener(getCallBack()); in createPushButton()
60 return pushButton; in createPushButton()
H A DHelpAction.java56 JButton pushButton = new JButton(); in createPushButton() local
57 ScilabLAF.setDefaultProperties(pushButton); in createPushButton()
58 pushButton.setIcon(new ImageIcon(ICON)); in createPushButton()
59 pushButton.setToolTipText(LABEL); in createPushButton()
60 pushButton.addActionListener(getCallBack()); in createPushButton()
61 return pushButton; in createPushButton()
/dports/math/scilab/scilab-6.1.1/scilab/modules/history_browser/src/java/org/scilab/modules/history_browser/actions/
H A DPrefsAction.java69 JButton pushButton = new JButton(); in createPushButton() local
70 ScilabLAF.setDefaultProperties(pushButton); in createPushButton()
71 pushButton.setIcon(new ImageIcon(ICON)); in createPushButton()
72 pushButton.setToolTipText(LABEL); in createPushButton()
73 pushButton.addActionListener(getCallBack()); in createPushButton()
75 return pushButton; in createPushButton()
H A DHelpAction.java69 JButton pushButton = new JButton(); in createPushButton() local
70 ScilabLAF.setDefaultProperties(pushButton); in createPushButton()
71 pushButton.setIcon(new ImageIcon(ICON)); in createPushButton()
72 pushButton.setToolTipText(LABEL); in createPushButton()
73 pushButton.addActionListener(getCallBack()); in createPushButton()
74 return pushButton; in createPushButton()
H A DCloseAction.java81 JButton pushButton = new JButton(); in createPushButton() local
82 ScilabLAF.setDefaultProperties(pushButton); in createPushButton()
83 pushButton.setIcon(new ImageIcon(ICON)); in createPushButton()
84 pushButton.setToolTipText(LABEL); in createPushButton()
85 pushButton.addActionListener(getCallBack()); in createPushButton()
87 return pushButton; in createPushButton()
H A DCutAction.java81 JButton pushButton = new JButton(); in createPushButton() local
82 ScilabLAF.setDefaultProperties(pushButton); in createPushButton()
83 pushButton.setIcon(new ImageIcon(ICON)); in createPushButton()
84 pushButton.setToolTipText(LABEL); in createPushButton()
85 pushButton.addActionListener(getCallBack()); in createPushButton()
87 return pushButton; in createPushButton()
H A DCopyAction.java83 JButton pushButton = new JButton(); in createPushButton() local
84 ScilabLAF.setDefaultProperties(pushButton); in createPushButton()
85 pushButton.setIcon(new ImageIcon(ICON)); in createPushButton()
86 pushButton.setToolTipText(LABEL); in createPushButton()
87 pushButton.addActionListener(getCallBack()); in createPushButton()
89 return pushButton; in createPushButton()
H A DDeleteAction.java85 JButton pushButton = new JButton(); in createPushButton() local
86 ScilabLAF.setDefaultProperties(pushButton); in createPushButton()
87 pushButton.setIcon(new ImageIcon(ICON)); in createPushButton()
88 pushButton.setToolTipText(LABEL); in createPushButton()
89 pushButton.addActionListener(getCallBack()); in createPushButton()
91 return pushButton; in createPushButton()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/uic/baseline/
H A Dsslerrors.ui.h36 QPushButton *pushButton; variable
69 pushButton = new QPushButton(SslErrors); in setupUi()
70 pushButton->setObjectName(QString::fromUtf8("pushButton")); in setupUi()
72 hboxLayout->addWidget(pushButton); in setupUi()
84 QObject::connect(pushButton, SIGNAL(clicked()), SslErrors, SLOT(accept())); in setupUi()
98pushButton->setText(QApplication::translate("SslErrors", "Ignore", 0, QApplication::UnicodeUTF8)); in retranslateUi()
H A DWidget.ui.h31 QPushButton *pushButton; variable
50 pushButton = new QPushButton(Form); in setupUi()
51 pushButton->setObjectName(QString::fromUtf8("pushButton")); in setupUi()
53 vboxLayout->addWidget(pushButton); in setupUi()
69pushButton->setText(QApplication::translate("Form", "PushButton", 0, QApplication::UnicodeUTF8)); in retranslateUi()
H A Dgridalignment.ui.h27 QPushButton *pushButton; variable
39 pushButton = new QPushButton(Form); in setupUi()
40 pushButton->setObjectName(QString::fromUtf8("pushButton")); in setupUi()
42 gridLayout->addWidget(pushButton, 0, 0, 1, 1, Qt::AlignLeft); in setupUi()
68 pushButton->setText(QApplication::translate("Form", "Left", 0, QApplication::UnicodeUTF8)); in retranslateUi()
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/kaddressbook/plugins/mergelib/autotests/
H A Dsearchduplicateresultwidgettest.cpp66 auto pushButton = w.findChild<QPushButton *>(QStringLiteral("merge_contact_button")); in shouldHaveDefaultValue() local
67 QVERIFY(pushButton); in shouldHaveDefaultValue()
68 QVERIFY(!pushButton->isEnabled()); in shouldHaveDefaultValue()
92 QPushButton *pushButton = w.findChild<QPushButton *>(QStringLiteral("merge_contact_button")); in shouldHaveMergeButtonEnabled()
93 QVERIFY(pushButton); in shouldHaveMergeButtonEnabled()
94 QVERIFY(!pushButton->isEnabled()); in shouldHaveMergeButtonEnabled()
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/code/
H A Ddoc_src_porting4-designer.cpp48 QPushButton *pushButton; member in Ui::HelloWorld
57 pushButton = new QPushButton(HelloWorld); in setupUi()
58 pushButton->setObjectName(QString::fromUtf8("pushButton")); in setupUi()
60 vboxLayout->addWidget(pushButton); in setupUi()
133 QObject::connect(pushButton, SIGNAL(clicked()), in HelloWorldWidget()
/dports/net-im/teamwords/TeamWords-0.2.1/
H A Dteamform.cpp11 ui->pushButton->setEnabled(false); in TeamForm()
13 connect(ui->pushButton, SIGNAL(clicked()), this, SLOT(onClick())); in TeamForm()
26 ui->pushButton->setEnabled(false); in onTextChanged()
30 ui->pushButton->setEnabled(true); in onTextChanged()
/dports/games/oonsoo/oonsoo-1.2/Game/
H A DEngine.cxx82 PushButton* pushButton = new PushButton(toplevel, "newGame", in Engine() local
84 pushButton->background("Gray70"); in Engine()
86 pushButton = new PushButton(toplevel, "about", in Engine()
88 pushButton->background("Gray70"); in Engine()
90 pushButton = new PushButton(toplevel, "rules", in Engine()
92 pushButton->background("Gray70"); in Engine()
94 pushButton = new PushButton(toplevel, "quit", in Engine()
96 pushButton->background("Gray70"); in Engine()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/utils/
H A DToolBarBuilder.java201 AbstractButton pushButton = null; in addPushButtons() local
219 pushButton = new JToggleButton(); in addPushButtons()
221 pushButton = new JButton(); in addPushButtons()
224 ScilabLAF.setDefaultProperties(pushButton); in addPushButtons()
229pushButton.setIcon(new ImageIcon(FindIconHelper.findIcon(buttonAttributes.item(i).getNodeValue()))… in addPushButtons()
232pushButton.setEnabled(buttonAttributes.item(i).getNodeValue().equals(TRUE)); in addPushButtons()
235pushButton.setToolTipText(Messages.gettext(buttonAttributes.item(i).getNodeValue())); in addPushButtons()
239 ((SwingScilabToolBar) tb.getAsSimpleToolBar()).add(pushButton); in addPushButtons()
256pushButton.addActionListener(CommonCallBack.createCallback(replaceFigureID(command), commandType)); in addPushButtons()
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dcomboboxwidget.cpp25 pushButton->hide(); in setPushButton()
27 pushButton->setText(text); in setPushButton()
28 pushButton->setToolTip(toolTip); in setPushButton()
29 pushButton->show(); in setPushButton()
/dports/multimedia/kaffeine/kaffeine-2.0.18/src/dvb/
H A Ddvbrecordingdialog.cpp74 connect(pushButton, SIGNAL(clicked()), this, SLOT(newRecording())); in DvbRecordingDialog()
75 boxLayout->addWidget(pushButton); in DvbRecordingDialog()
80 pushButton = new QPushButton(action->icon(), action->text(), widget); in DvbRecordingDialog()
81 connect(pushButton, SIGNAL(clicked()), this, SLOT(editRecording())); in DvbRecordingDialog()
82 boxLayout->addWidget(pushButton); in DvbRecordingDialog()
87 pushButton = new QPushButton(action->icon(), action->text(), widget); in DvbRecordingDialog()
89 boxLayout->addWidget(pushButton); in DvbRecordingDialog()
449 QPushButton *pushButton = in DvbRecordingEditor() local
452 boxLayout->addWidget(pushButton); in DvbRecordingEditor()
455 mainLayout->addWidget(pushButton); in DvbRecordingEditor()
[all …]
H A Ddvbscandialog.cpp278 QPushButton *pushButton = new QPushButton(action->icon(), action->text(), groupBox); in DvbScanDialog() local
279 connect(pushButton, &QPushButton::clicked, channelView, &DvbChannelView::editChannel); in DvbScanDialog()
280 boxLayout->addWidget(pushButton); in DvbScanDialog()
283 pushButton = new QPushButton(action->icon(), action->text(), groupBox); in DvbScanDialog()
285 boxLayout->addWidget(pushButton); in DvbScanDialog()
290 boxLayout->addWidget(pushButton); in DvbScanDialog()
365 pushButton = new QPushButton(i18n("Add Filtered"), groupBox); in DvbScanDialog()
366 connect(pushButton, &QPushButton::clicked, this, &DvbScanDialog::addFilteredChannels); in DvbScanDialog()
367 groupLayout->addWidget(pushButton); in DvbScanDialog()
369 pushButton = new QPushButton(i18n("Add Selected"), groupBox); in DvbScanDialog()
[all …]
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/generic/
H A Dcomboboxoption.cpp33 ui->pushButton->setDisabled(true); in ComboBoxOption()
34 connect(ui->pushButton, SIGNAL(released()), this, SLOT(saveIndexAndEmitOption())); in ComboBoxOption()
66 ui->pushButton->setDisabled(true); in saveIndexAndEmitOption()
75 ui->pushButton->setDisabled((last_saved_index == index) ? true : false); in setButtonState()

12345678910>>...47