Searched refs:downPB (Results 1 – 8 of 8) sorted by relevance
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/ |
H A D | GuiCommandBuffer.cpp | 109 downPB = new QPushButton(qpdown, "", this); in GuiCommandBuffer() 110 downPB->setToolTip(qt_("Next command")); in GuiCommandBuffer() 111 downPB->setMaximumSize(button_size); in GuiCommandBuffer() 112 downPB->setIconSize(icon_size); in GuiCommandBuffer() 113 downPB->setEnabled(false); in GuiCommandBuffer() 114 connect(downPB, SIGNAL(clicked()), this, SLOT(down())); in GuiCommandBuffer() 124 layout->addWidget(downPB, 0); in GuiCommandBuffer() 240 downPB->setEnabled(history_pos_ != history_.end()); in up() 251 downPB->setEnabled(!history_.empty() in down() 347 downPB->setEnabled(history_pos_ != history_.end()); in dispatch()
|
H A D | GuiSelectionManager.h | 50 QPushButton * downPB, 106 QPushButton * downPB; variable
|
H A D | GuiSelectionManager.cpp | 56 addPB(add), deletePB(del), upPB(up), downPB(down), in GuiSelectionManager() 85 connect(downPB, SIGNAL(clicked()), in GuiSelectionManager() 170 downPB->setEnabled(false); in updateDownPB() 176 downPB->setEnabled(sel_nr >= 0 && sel_nr < srows - 1); in updateDownPB() 448 if (downPB->isEnabled()) in eventFilter()
|
H A D | GuiCommandBuffer.h | 93 QPushButton * downPB; variable
|
H A D | GuiBibtex.cpp | 72 connect(downPB, SIGNAL(clicked()), in GuiBibtex() 293 downPB->setEnabled(!readOnly && count > 1 && row < count - 1); in databaseChanged()
|
H A D | GuiDocument.cpp | 269 QPushButton * downPB, in ModuleSelectionManager() argument 274 upPB, downPB, availableModel, selectedModel), in ModuleSelectionManager() 336 downPB->setEnabled(false); in updateDownPB() 342 downPB->setEnabled(false); in updateDownPB() 354 downPB->setEnabled(true); in updateDownPB() 361 downPB->setEnabled( in updateDownPB() 1529 modulesModule->downPB, in GuiDocument()
|
H A D | GuiCitation.cpp | 144 addPB, deletePB, upPB, downPB, &available_model_, &selected_model_, 1); in GuiCitation()
|
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/ui/ |
H A D | ModulesUi.ui | 122 <widget class="QPushButton" name="downPB" > 179 <tabstop>downPB</tabstop>
|