Searched refs:removePB (Results 1 – 11 of 11) sorted by relevance
/dports/devel/umbrello/umbrello-21.12.3/umbrello/dialogs/ |
H A D | umlforeignkeyconstraintdialog.cpp | 320 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 D | umlforeignkeyconstraintdialog.h | 84 QPushButton* addPB, *removePB; member
|
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/ui/ |
H A D | PrefShortcutsUi.ui | 59 <widget class="QPushButton" name="removePB" > 127 <tabstop>removePB</tabstop>
|
H A D | BranchesUi.ui | 131 <widget class="QPushButton" name="removePB" > 156 <tabstop>removePB</tabstop>
|
H A D | ShortcutUi.ui | 85 <widget class="QPushButton" name="removePB" >
|
H A D | IndicesUi.ui | 160 <widget class="QPushButton" name="removePB" >
|
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/ |
H A D | GuiBranches.cpp | 153 removePB->setEnabled(have_sel); in updateView() 264 removePB->setEnabled(have_sel); in on_branchesTW_itemSelectionChanged()
|
H A D | GuiIndices.cpp | 88 removePB->setEnabled(use_indices_ && have_sel && !readonly_); in updateWidgets()
|
H A D | GuiPrefs.cpp | 2938 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 D | lxqtworldclockconfiguration.cpp | 79 …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 D | compiz.cpp | 2766 Bool removePB = FALSE; in loadPluginFromXMLFile() local 2825 removePB = TRUE; in loadPluginFromXMLFile() 2853 if (removePB) in loadPluginFromXMLFile()
|