Home
last modified time | relevance | path

Searched refs:m_newButton (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/editors/calligra/calligra-3.2.1/sheets/dialogs/
H A DStyleManagerDialog.cpp75 m_newButton = new QPushButton(i18n("&New..."), this); in StyleManagerDialog()
76 listButtonLayout->addWidget(m_newButton); in StyleManagerDialog()
86 m_newButton->setEnabled(true); in StyleManagerDialog()
94 connect(m_newButton, SIGNAL(clicked(bool)), in StyleManagerDialog()
H A DNamedAreaDialog.cpp90 m_newButton = new QPushButton(i18n("&New..."), widget); in NamedAreaDialog()
91 listButtonLayout->addWidget(m_newButton); in NamedAreaDialog()
113 connect(m_newButton, SIGNAL(clicked(bool)), this, SLOT(slotNew())); in NamedAreaDialog()
H A DStyleManagerDialog.h68 QPushButton* m_newButton; variable
H A DNamedAreaDialog.h68 QPushButton* m_newButton; variable
/dports/irc/dxirc/dxirc-1.40.0/qt/tabitems/
H A Dtetristabitem.cpp601 m_newButton = new QPushButton(_("&New game")); in TetrisTabItem()
602 frame->addWidget(m_newButton); in TetrisTabItem()
622 connect(m_newButton, SIGNAL(clicked()), m_gamecanvas, SLOT(slotNewGame())); in TetrisTabItem()
639 m_newButton->setEnabled(false); in slotNewGame()
653 m_newButton->setEnabled(true); in slotPauseGame()
660 m_newButton->setEnabled(true); in slotGameOver()
H A Dtetristabitem.h164 QPushButton *m_newButton, *m_pauseButton; variable
/dports/misc/tellico/tellico-3.4.2/src/
H A Dentryeditdialog.cpp82 m_newButton = new QPushButton(); in EntryEditDialog()
83 buttonBox->addButton(m_newButton, QDialogButtonBox::ActionRole); in EntryEditDialog()
84 m_newButton->setDefault(true); in EntryEditDialog()
85 KGuiItem::assign(m_newButton, KGuiItem(i18n("&New Entry"))); in EntryEditDialog()
95 connect(m_newButton, &QAbstractButton::clicked, this, &EntryEditDialog::slotHandleNew); in EntryEditDialog()
148 m_newButton->setIcon(QIcon::fromTheme(QStringLiteral("document-new"))); in resetLayout()
150 m_newButton->setIcon(QIcon(QLatin1String(":/icons/") + Kernel::self()->collectionTypeName())); in resetLayout()
H A Dentryeditdialog.h160 QPushButton* m_newButton; variable
/dports/editors/kate/kate-21.12.3/kate/session/
H A Dkatesessionmanagedialog.cpp40 connect(m_newButton, &QPushButton::clicked, this, &KateSessionManageDialog::openNewSession); in KateSessionManageDialog()
166 m_newButton->setEnabled(false); in disableButtons()
210 m_newButton->setEnabled(true); in editDone()
380 m_newButton->setFocus(); in updateSessionList()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/serialterminal/
H A Dserialoutputpane.cpp190 return { m_newButton, in toolBarWidgets()
372 m_newButton = new QToolButton; in createToolButtons()
373 m_newButton->setIcon(Utils::Icons::PLUS_TOOLBAR.icon()); in createToolButtons()
374 m_newButton->setToolTip(tr("Add New Terminal")); in createToolButtons()
375 m_newButton->setEnabled(true); in createToolButtons()
377 connect(m_newButton, &QToolButton::clicked, in createToolButtons()
H A Dserialoutputpane.h166 QToolButton *m_newButton = nullptr; variable
/dports/irc/dxirc/dxirc-1.40.0/fox/tabitems/
H A Dtetristabitem.h111 …,m_newButton(NULL),m_pauseButton(NULL),m_messageFont(NULL),m_apiece(0),m_anext(0),m_removedLines(0) in TetrisTabItem()
121 dxEXButton *m_newButton, *m_pauseButton; variable
H A Dtetristabitem.cpp188 m_newButton = new dxEXButton(m_otherframe, _("&New game"), NULL, this, TetrisTabItem_NEW); in FXIMPLEMENT()
302 m_newButton->disable(); in newGame()
331 m_newButton->enable(); in stopGame()
532 m_newButton->enable(); in pauseResumeGame()
543 m_newButton->enable(); in gameOver()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/dialogs/settings/
H A Dksettingsonlinequotes.cpp82 d->ui->m_newButton->setIcon(Icons::get(Icon::DocumentNew)); in KSettingsOnlineQuotes()
90 …connect(d->ui->m_newButton, &QAbstractButton::clicked, this, &KSettingsOnlineQuotes::slotNewEntry); in KSettingsOnlineQuotes()
139 …d->ui->m_newButton->setEnabled((d->ui->m_quoteSourceList->findItems(i18n("New Quote Source"), Qt::… in loadList()
376 …d->ui->m_newButton->setEnabled(d->ui->m_quoteSourceList->findItems(i18n("New Quote Source"), Qt::M… in slotEntryRenamed()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/views/budget/
H A Dkbudgetview_p.h133 ui->m_newButton->setIcon(Icons::get(Icon::BudgetNew)); in init()
161 q->connect(ui->m_newButton, &QAbstractButton::clicked, q, &KBudgetView::slotNewBudget); in init()
199 ui->m_newButton->setEnabled(actionStates[eMenu::Action::NewBudget]); in updateButtonStates()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/views/
H A Dktagsview_p.h138 ui->m_newButton->setIcon(Icons::get(Icon::ListAddTag)); in init()
162 q->connect(ui->m_newButton, &QAbstractButton::clicked, q, &KTagsView::slotNewTag); in init()
H A Dkpayeesview_p.h183 ui->m_newButton->setIcon(Icons::get(Icon::ListAddUser)); in init()
224 q->connect(ui->m_newButton, &QAbstractButton::clicked, q, &KPayeesView::slotNewPayee); in init()
/dports/finance/alkimia/alkimia-8.1.0/src/
H A Dalkonlinequoteswidget.cpp177 KGuiItem::assign(m_newButton, newButtenItem); in Private()
183 m_newButton->setGuiItem(newButtenItem); in Private()
191 connect(m_newButton, SIGNAL(clicked()), this, SLOT(slotNewEntry())); in Private()
407 m_newButton->setEnabled(hasWriteSupport && noNewEntry); in slotEntryChanged()
607 m_newButton->setEnabled(m_quoteSourceList->findItems(i18n( in slotEntryRenamed()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/program/
H A Dprogramtab.cpp246 m_newButton = new SketchToolButton("NewCode", this, m_programWindow->m_newAction); in initMenus()
247 m_newButton->setText(tr("New")); in initMenus()
248 m_newButton->setObjectName("newCodeButton"); in initMenus()
249 m_newButton->setEnabledIcon(); // seems to need this to display button icon first time in initMenus()
250 m_leftButtonsContainer->addWidget(m_newButton); in initMenus()
H A Dprogramtab.h147 QPointer<SketchToolButton> m_newButton;
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/qif/config/
H A Dmymoneyqifprofileeditor.cpp98 KGuiItem::assign(m_newButton, newButtenItem); in MyMoneyQifProfileEditor()
104 connect(m_newButton, &QAbstractButton::clicked, this, &MyMoneyQifProfileEditor::slotNew); in MyMoneyQifProfileEditor()
205 m_newButton->hide(); in loadWidgets()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/dialogs/
H A Dkmymoneypricedlg.cpp148 d->ui->m_newButton->setIcon(Icons::get(Icon::DocumentNew)); in KMyMoneyPriceDlg()
155 connect(d->ui->m_newButton, &QAbstractButton::clicked, this, &KMyMoneyPriceDlg::slotNewPrice); in KMyMoneyPriceDlg()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtwebengine/examples/webenginewidgets/cookiebrowser/
H A Dmainwindow.cpp138 connect(m_newButton, &QPushButton::clicked, this, &MainWindow::handleNewClicked); in MainWindow()
/dports/finance/alkimia/alkimia-8.1.0/po/zh_CN/
H A Dalkimia.po312 #. i18n: ectx: property (text), widget (AlkPushButton, m_newButton)
/dports/finance/alkimia/alkimia-8.1.0/po/zh_TW/
H A Dalkimia.po312 #. i18n: ectx: property (text), widget (AlkPushButton, m_newButton)

1234567