Home
last modified time | relevance | path

Searched refs:removePB (Results 1 – 11 of 11) sorted by relevance

/dports/devel/umbrello/umbrello-21.12.3/umbrello/dialogs/
H A Dumlforeignkeyconstraintdialog.cpp320 m_ColumnWidgets.removePB = buttonBox->addButton(i18n("&Delete"), QDialogButtonBox::ActionRole); in setupColumnPage()
321 connect(m_ColumnWidgets.removePB, SIGNAL(clicked()), this, SLOT(slotDeletePair())); in setupColumnPage()
326 …m_ColumnWidgets.removePB = buttonBox->addButton(i18n("&Delete"), KDialogButtonBox::ActionRole, thi… in setupColumnPage()
460 m_ColumnWidgets.removePB->setEnabled(true); in slotResetWidgetState()
473 m_ColumnWidgets.removePB->setEnabled(false); in slotResetWidgetState()
H A Dumlforeignkeyconstraintdialog.h84 QPushButton* addPB, *removePB; member
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/ui/
H A DPrefShortcutsUi.ui59 <widget class="QPushButton" name="removePB" >
127 <tabstop>removePB</tabstop>
H A DBranchesUi.ui131 <widget class="QPushButton" name="removePB" >
156 <tabstop>removePB</tabstop>
H A DShortcutUi.ui85 <widget class="QPushButton" name="removePB" >
H A DIndicesUi.ui160 <widget class="QPushButton" name="removePB" >
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiBranches.cpp153 removePB->setEnabled(have_sel); in updateView()
264 removePB->setEnabled(have_sel); in on_branchesTW_itemSelectionChanged()
H A DGuiIndices.cpp88 removePB->setEnabled(use_indices_ && have_sel && !readonly_); in updateWidgets()
H A DGuiPrefs.cpp2938 connect(shortcut_->removePB, SIGNAL(clicked()), in PrefShortcuts()
3141 removePB->setEnabled(!items.isEmpty() && !items[0]->text(1).isEmpty()); in on_shortcutsTW_itemSelectionChanged()
3147 removePB->setText(qt_("Res&tore")); in on_shortcutsTW_itemSelectionChanged()
3149 removePB->setText(qt_("Remo&ve")); in on_shortcutsTW_itemSelectionChanged()
3208 removePB->setText(qt_("Res&tore")); in removeShortcut()
3236 removePB->setText(qt_("Remo&ve")); in removeShortcut()
/dports/x11-wm/lxqt-panel/lxqt-panel-1.0.0/plugin-worldclock/
H A Dlxqtworldclockconfiguration.cpp79 …connect(ui->removePB, &QPushButton::clicked, this, &LXQtWorldClockConfig… in LXQtWorldClockConfiguration()
444 ui->removePB->setEnabled(selectedCount != 0); in updateTimeZoneButtons()
/dports/x11-wm/libcompizconfig/libcompizconfig-0.8.8/src/
H A Dcompiz.cpp2766 Bool removePB = FALSE; in loadPluginFromXMLFile() local
2825 removePB = TRUE; in loadPluginFromXMLFile()
2853 if (removePB) in loadPluginFromXMLFile()