Home
last modified time | relevance | path

Searched refs:restoreButton (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/analyzer/
H A Danalyzerrunconfigwidget.cpp48 auto restoreButton = new QPushButton(tr("Restore Global")); in AnalyzerRunConfigWidget() local
57 Row { settingsCombo, restoreButton, Stretch() }, in AnalyzerRunConfigWidget()
73 restoreButton->setEnabled(isCustom); in AnalyzerRunConfigWidget()
84 connect(restoreButton, &QPushButton::clicked, in AnalyzerRunConfigWidget()
/dports/net-im/qTox/qTox-1.17.4/themes/dark/window/
H A Dwindow.css64 QPushButton#restoreButton
68 image: url("@getImagePath(window/restoreButton.png)");
70 QPushButton#restoreButton:hover {image: url("@getImagePath(window/restoreButtonHover.png)");}
71 QPushButton#restoreButton:pressed {image: url("@getImagePath(window/restoreButtonPressed.png)");}
72 QPushButton#restoreButton:focus {outline: none;}
/dports/net-im/qTox/qTox-1.17.4/themes/default/window/
H A Dwindow.css64 QPushButton#restoreButton
68 image: url("@getImagePath(window/restoreButton.png)");
70 QPushButton#restoreButton:hover {image: url("@getImagePath(window/restoreButtonHover.png)");}
71 QPushButton#restoreButton:pressed {image: url("@getImagePath(window/restoreButtonPressed.png)");}
72 QPushButton#restoreButton:focus {outline: none;}
/dports/graphics/digikam/digikam-7.4.0/core/app/views/stack/
H A Dtrashview.cpp66 restoreButton (nullptr), in Private()
82 QPushButton* restoreButton; member in Digikam::TrashView::Private
125 d->restoreButton = new QPushButton(i18n("Restore"), this); in TrashView()
132 d->restoreButton->setIcon(QIcon::fromTheme(QLatin1String("edit-copy"))); in TrashView()
144 d->restoreButton->setEnabled(false); in TrashView()
152 d->btnsLayout->addWidget(d->restoreButton); in TrashView()
166 connect(d->restoreButton, SIGNAL(released()), in TrashView()
201 d->restoreButton->setEnabled(true); in slotSelectionChanged()
206 d->restoreButton->setEnabled(false); in slotSelectionChanged()
377 d->restoreButton->setEnabled(false); in slotDataChanged()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/qt-console/tray-monitor/
H A DRestoreConfirmTab.qml78 anchors.bottom: restoreButton.top
325 id: restoreButton
349 anchors.bottom: restoreButton.top
355 anchors.left: restoreButton.left
356 anchors.right: restoreButton.right
357 anchors.top: restoreButton.top
358 anchors.bottom: restoreButton.bottom
/dports/deskutils/cairo-dock-plugins/cairo-dock-plug-ins-3.4.1/Global-Menu/src/
H A Dapplet-draw.c141 …_apply_button_opengl (&myData.restoreButton, x, y, myData.pCurrentWindow && myData.bCanMaximize, m… in cd_app_menu_render_step_opengl()
155 …_apply_button_opengl (&myData.restoreButton, x, y, myData.pCurrentWindow && myData.bCanMaximize, m… in cd_app_menu_render_step_opengl()
260 …_apply_button_cairo (&myData.restoreButton, x, y, myData.pCurrentWindow && myData.bCanMaximize, my… in cd_app_menu_render_step_cairo()
274 …_apply_button_cairo (&myData.restoreButton, x, y, myData.pCurrentWindow && myData.bCanMaximize, my… in cd_app_menu_render_step_cairo()
293 cairo_dock_unload_image_buffer (&myData.restoreButton); in cd_app_menu_load_button_images()
312 cairo_dock_load_image_buffer (&myData.restoreButton, in cd_app_menu_load_button_images()
315 cairo_dock_image_buffer_set_timelength (&myData.restoreButton, 3.); in cd_app_menu_load_button_images()
H A Dapplet-struct.h73 CairoDockImageBuffer restoreButton; member
H A Dapplet-notifications.c323 …myData.bButtonAnimating |= _update_button_image_no_loop (&myData.restoreButton, &myData.iAnimIterR… in cd_app_menu_on_update_container()
339 …myData.bButtonAnimating |= _update_button_image (&myData.restoreButton, &myData.iAnimIterRestore, … in cd_app_menu_on_update_container()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/qt-console/tray-monitor/
H A DRestoreConfirmTab.qml78 anchors.bottom: restoreButton.top
325 id: restoreButton
349 anchors.bottom: restoreButton.top
355 anchors.left: restoreButton.left
356 anchors.right: restoreButton.right
357 anchors.top: restoreButton.top
358 anchors.bottom: restoreButton.bottom
/dports/sysutils/bacula11-server/bacula-11.0.5/src/qt-console/tray-monitor/
H A DRestoreConfirmTab.qml78 anchors.bottom: restoreButton.top
325 id: restoreButton
349 anchors.bottom: restoreButton.top
355 anchors.left: restoreButton.left
356 anchors.right: restoreButton.right
357 anchors.top: restoreButton.top
358 anchors.bottom: restoreButton.bottom
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/qt-console/tray-monitor/
H A DRestoreConfirmTab.qml78 anchors.bottom: restoreButton.top
325 id: restoreButton
349 anchors.bottom: restoreButton.top
355 anchors.left: restoreButton.left
356 anchors.right: restoreButton.right
357 anchors.top: restoreButton.top
358 anchors.bottom: restoreButton.bottom
/dports/sysutils/tarsnap-gui/tarsnap-gui-1.0.2/src/widgets/
H A Djoblistwidgetitem.cpp14 connect(_ui.restoreButton, &QToolButton::clicked, this, in JobListWidgetItem()
86 _ui.restoreButton->setToolTip(_ui.restoreButton->toolTip().arg( in updateUi()
H A Darchivelistwidgetitem.cpp20 connect(_ui.restoreButton, &QToolButton::clicked, this, in ArchiveListWidgetItem()
131 _ui.restoreButton->setToolTip(_ui.restoreButton->toolTip().arg( in updateUi()
H A Djobwidget.cpp49 connect(_ui.restoreButton, &QPushButton::clicked, this, in JobWidget()
102 _ui.restoreButton->hide(); in setJob()
112 _ui.restoreButton->show(); in setJob()
/dports/audio/qmidiarp/qmidiarp-qmidiarp-0.6.5/src/
H A Dglobstore.cpp169 QToolButton *restoreButton = new QToolButton; in addLocation() local
170 restoreButton->setDefaultAction(restoreAction); in addLocation()
171 restoreButton->setFixedSize(45, 25); in addLocation()
173 restoreButton->setStyleSheet("font: 18pt"); in addLocation()
184 globLayout->addWidget(restoreButton); in addLocation()
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DConfigDialog.cpp46 QPushButton *restoreButton = pageButtonBox->button(QDialogButtonBox::RestoreDefaults); in ConfigDialog() local
47 restoreButton->setToolTip(tr("Restore defaults for current page")); in ConfigDialog()
48restoreButton->setWhatsThis(tr("This button will restore the defaults for the settings on the curr… in ConfigDialog()
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DConfigDialog.cpp46 QPushButton *restoreButton = pageButtonBox->button(QDialogButtonBox::RestoreDefaults); in ConfigDialog() local
47 restoreButton->setToolTip(tr("Restore defaults for current page")); in ConfigDialog()
48restoreButton->setWhatsThis(tr("This button will restore the defaults for the settings on the curr… in ConfigDialog()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Deditorsettingspropertiespage.cpp53 connect(m_ui.restoreButton, &QAbstractButton::clicked, in EditorSettingsWidget()
94 m_ui.restoreButton->setEnabled(!useGlobal); in globalSettingsActivated()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/scalpel/
H A Dscalpel_user_interface.cpp246 restoreButton(_oldHelp); in handleInput()
272 restoreButton(idx); in handleInput()
364 restoreButton(_oldTemp); in handleInput()
420 restoreButton(_oldTemp); in handleInput()
462 restoreButton(_oldHelp); in pushButton()
464 restoreButton(_help); in pushButton()
470 restoreButton(num); in pushButton()
484 restoreButton(_oldHelp); in toggleButton()
486 restoreButton(_help); in toggleButton()
499 restoreButton(num); in toggleButton()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/scalpel/
H A Dscalpel_user_interface.cpp248 restoreButton(_oldHelp); in handleInput()
274 restoreButton(idx); in handleInput()
366 restoreButton(_oldTemp); in handleInput()
422 restoreButton(_oldTemp); in handleInput()
464 restoreButton(_oldHelp); in pushButton()
466 restoreButton(_help); in pushButton()
472 restoreButton(num); in pushButton()
486 restoreButton(_oldHelp); in toggleButton()
488 restoreButton(_help); in toggleButton()
501 restoreButton(num); in toggleButton()
[all …]
/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dbackup.cpp126 QPushButton *restoreButton = new QPushButton(i18n("&Restore a Backup..."), backupWidget); in BackupDialog() local
129 backupLayout->addWidget(restoreButton); in BackupDialog()
133 connect(restoreButton, SIGNAL(clicked()), this, SLOT(restore())); in BackupDialog()
/dports/biology/ugene/ugene-40.1/src/plugins/external_tool_support/src/utils/
H A DBlastRunCommonDialog.h49 QPushButton *restoreButton; variable
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/test/browser/shared-modules/
H A DCustomizationHelpers.jsm90 let restoreButton = ctc.window.document
94 ctc.click(restoreButton);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/
H A DFormatTableRenderingDialog.java251 Button restoreButton = new Button(composite, SWT.NONE); in createDialogArea() local
252 restoreButton.setText(DebugUIMessages.FormatTableRenderingAction_6); in createDialogArea()
253 restoreButton.addSelectionListener(new SelectionListener() { in createDialogArea()
266 restoreButton.setLayoutData(data); in createDialogArea()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtpurchasing/examples/purchasing/qthangman/qml/qthangman/
H A DStoreView.qml64 anchors.bottom: restoreButton.top
83 id: restoreButton

12345678910>>...12