Home
last modified time | relevance | path

Searched refs:reset_button (Results 1 – 25 of 566) sorted by relevance

12345678910>>...23

/dports/misc/openmvg/openMVG-2.0/src/software/ui/SfM/adjacency_matrix_viewer/
H A Dmainframe.cpp58 reset_button = new QToolButton; in MainFrame()
59 reset_button->setText(tr("0")); in MainFrame()
60 reset_button->setEnabled(false); in MainFrame()
109 top_layout->addWidget(reset_button, 2, 1); in MainFrame()
116 connect(reset_button, SIGNAL(clicked()), this, SLOT(resetView())); in MainFrame()
141 reset_button->setEnabled(false); in resetView()
146 reset_button->setEnabled(true); in setResetButtonEnabled()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/widgets/
H A Dslider.cc72 vbox2.pack_start( reset_button, Gtk::PACK_EXPAND_WIDGET ); in create_widgets()
98 reset_align.add( reset_button ); in create_widgets()
122 reset_align.add( reset_button ); in create_widgets()
148 reset_align.add( reset_button ); in create_widgets()
180 vbox2.pack_start( reset_button, Gtk::PACK_EXPAND_WIDGET ); in create_widgets()
198 reset_button.signal_clicked.connect(sigc::mem_fun(*this, in create_widgets()
200 reset_button.signal_clicked.connect(sigc::mem_fun(*this, in create_widgets()
217reset_button(PF::PhotoFlow::Instance().get_icons_dir()+"/libre-restore.png",PF::PhotoFlow::Instanc… in Slider()
234reset_button(PF::PhotoFlow::Instance().get_icons_dir()+"/libre-restore.png",PF::PhotoFlow::Instanc… in Slider()
/dports/multimedia/smplayer/smplayer-21.10.0/src/old/
H A Dvideoequalizer.cpp46 reset_button = new QPushButton( "&Reset", this); in VideoEqualizer()
47 connect( reset_button, SIGNAL(clicked()), this, SLOT(reset()) ); in VideoEqualizer()
53 button_layout->addWidget(reset_button); in VideoEqualizer()
92 reset_button->setText( tr("&Reset") ); in retranslateStrings()
99 reset_button->setWhatsThis( tr("Set all controls to zero.") ); in retranslateStrings()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/toolbar/
H A Dpaintbucket-toolbar.cpp148 auto reset_button = Gtk::manage(new Gtk::ToolButton(_("Defaults"))); in PaintbucketToolbar() local
149reset_button->set_tooltip_text(_("Reset paint bucket parameters to defaults (use Inkscape Preferen… in PaintbucketToolbar()
150 reset_button->set_icon_name(INKSCAPE_ICON("edit-clear")); in PaintbucketToolbar()
151 reset_button->signal_clicked().connect(sigc::mem_fun(*this, &PaintbucketToolbar::defaults)); in PaintbucketToolbar()
152 add(*reset_button); in PaintbucketToolbar()
153 reset_button->set_sensitive(true); in PaintbucketToolbar()
/dports/cad/horizon-eda/horizon-2.1.0/src/imp/
H A Dselection_filter_dialog.cpp27 reset_button = Gtk::manage(new Gtk::Button()); in SelectionFilterDialog()
28 reset_button->set_image_from_icon_name("object-select-symbolic", Gtk::ICON_SIZE_BUTTON); in SelectionFilterDialog()
29 reset_button->set_tooltip_text("Select all"); in SelectionFilterDialog()
30 reset_button->show_all(); in SelectionFilterDialog()
31 reset_button->signal_clicked().connect([this] { in SelectionFilterDialog()
35 hb->pack_start(*reset_button); in SelectionFilterDialog()
36 reset_button->show(); in SelectionFilterDialog()
293 reset_button->set_sensitive(!std::all_of(checkbuttons.begin(), checkbuttons.end(), in update()
297 reset_button->set_sensitive(false); in update()
301 reset_button->set_sensitive(true); in update()
/dports/www/ilias6/ILIAS-6.14/src/UI/examples/MainControls/MetaBar/
H A Dextended_notifications.php116 $reset_button = $f->button()->standard("Reset Chat", "#")
160 …eByGlobalScreenProbablyIgnore($async_item, $f, $renderer, $add_button, $set_button, $reset_button);
163 …neByGlobalScreenProbablyIgnore($async_item, $f, $renderer, $add_button, $set_button, $reset_button) argument
188 …r([buildMetabarWithNotifications($f, $notification_center),$add_button,$set_button,$reset_button]);
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/
H A Dgeoreferencing_dialog.cpp239 reset_button->setEnabled(initial); in GeoreferencingDialog()
481 reset_button->setEnabled(true); in setMapRefPoint()
487 reset_button->setEnabled(true); in setKeepProjectedRefCoords()
493 reset_button->setEnabled(true); in setKeepGeographicRefCoords()
510 reset_button->setEnabled(false); in reset()
656 reset_button->setEnabled(true); in crsEdited()
674 reset_button->setEnabled(true); in auxiliaryFactorEdited()
700 reset_button->setEnabled(true); in eastingNorthingEdited()
710 reset_button->setEnabled(true); in latLonEdited()
730 reset_button->setEnabled(true); in keepCoordsChanged()
[all …]
/dports/games/freedoko/FreeDoko_0.7.19/src/ui/gtkmm/
H A Dplayer.cpp91 this->reset_button = Gtk::manage(new Gtk::Button(_("Button::reset"))); in init()
92 this->reset_button->set_image_from_icon_name("edit-undo"); in init()
93 this->reset_button->set_always_show_image(); in init()
138 this->reset_button->signal_clicked().connect(sigc::mem_fun(*this, &Player::reset)); in init()
267 this->reset_button->set_sensitive(sensitive); in sensitivity_update()
/dports/cad/horizon-eda/horizon-2.1.0/src/widgets/
H A Dcapture_dialog.cpp57 auto reset_button = Gtk::manage(new Gtk::Button("Start over")); in CaptureDialog() local
58 box->pack_start(*reset_button, true, true, 0); in CaptureDialog()
59 reset_button->signal_clicked().connect([this, capture_box] { in CaptureDialog()
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-test-aspect-ratio.c151 GtkWidget *reset_button; in gth_test_aspect_ratio_real_create_control() local
216 reset_button = gtk_button_new_from_icon_name ("edit-undo-symbolic", GTK_ICON_SIZE_BUTTON); in gth_test_aspect_ratio_real_create_control()
217 gtk_button_set_relief (GTK_BUTTON (reset_button), GTK_RELIEF_NONE); in gth_test_aspect_ratio_real_create_control()
218 gtk_widget_set_tooltip_text (reset_button, _("Reset")); in gth_test_aspect_ratio_real_create_control()
219 gtk_widget_show (reset_button); in gth_test_aspect_ratio_real_create_control()
221 g_signal_connect (G_OBJECT (reset_button), in gth_test_aspect_ratio_real_create_control()
227 gtk_box_pack_start (GTK_BOX (self->priv->custom_ratio_box), reset_button, FALSE, FALSE, 0); in gth_test_aspect_ratio_real_create_control()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/
H A DScoreChanger.java102 final JButton reset_button = new JButton ("Reset"); in ScoreChanger() local
104 reset_button.addActionListener (new ActionListener () { in ScoreChanger()
110 button_panel.add (reset_button); in ScoreChanger()
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Daudioequalizer.cpp55 reset_button = new QPushButton( "&Reset", this); in AudioEqualizer()
56 connect( reset_button, SIGNAL(clicked()), this, SLOT(reset()) ); in AudioEqualizer()
73 button_layout->addWidget(reset_button); in AudioEqualizer()
205 reset_button->setText( tr("&Reset") ); in retranslateStrings()
237 reset_button->setWhatsThis( tr("Set all controls to zero.") ); in retranslateStrings()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dlatency_gui.cc92 , reset_button (_("Reset")) in LatencyGUI()
114 hbox2.pack_start (reset_button); in LatencyGUI()
121 reset_button.signal_clicked().connect (sigc::mem_fun (*this, &LatencyGUI::reset)); in LatencyGUI()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/firefox-ui/tests/functional/security/
H A Dtest_ssl_disabled_error_page.py55 reset_button = self.marionette.find_element(By.ID, 'prefResetButton')
56 reset_button.click()
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/viewer/plugins/
H A Dcrop.py26 self.reset_button = Button('Reset', self.reset)
27 self.add_widget(self.reset_button)
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dcxg_scptchess.cpp81 DECLARE_INPUT_CHANGED_MEMBER(reset_button);
119 INPUT_CHANGED_MEMBER(scptchess_state::reset_button) in INPUT_CHANGED_MEMBER() argument
184 …ORT_CODE(KEYCODE_N) PORT_CHANGED_MEMBER(DEVICE_SELF, scptchess_state, reset_button, 0) PORT_NAME("… in PORT_CODE()
H A Dmicrokit.cpp44 DECLARE_INPUT_CHANGED_MEMBER(reset_button);
83 …ME("RESET") PORT_CODE(KEYCODE_F3) PORT_CHANGED_MEMBER(DEVICE_SELF, microkit_state, reset_button, 0) in PORT_CODE()
88 INPUT_CHANGED_MEMBER(microkit_state::reset_button) in PORT_CODE()
H A Dhh_melps4.cpp46 virtual DECLARE_INPUT_CHANGED_MEMBER(reset_button);
95 INPUT_CHANGED_MEMBER(hh_melps4_state::reset_button) in INPUT_CHANGED_MEMBER() argument
195 …x01, IP_ACTIVE_HIGH, IPT_START ) PORT_CHANGED_MEMBER(DEVICE_SELF, hh_melps4_state, reset_button, 0) in DEF_STR()
320 …x01, IP_ACTIVE_HIGH, IPT_START ) PORT_CHANGED_MEMBER(DEVICE_SELF, hh_melps4_state, reset_button, 0)
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dcxg_scptchess.cpp81 DECLARE_INPUT_CHANGED_MEMBER(reset_button);
119 INPUT_CHANGED_MEMBER(scptchess_state::reset_button) in INPUT_CHANGED_MEMBER() argument
184 …ORT_CODE(KEYCODE_N) PORT_CHANGED_MEMBER(DEVICE_SELF, scptchess_state, reset_button, 0) PORT_NAME("… in PORT_CODE()
H A Dmicrokit.cpp44 DECLARE_INPUT_CHANGED_MEMBER(reset_button);
83 …ME("RESET") PORT_CODE(KEYCODE_F3) PORT_CHANGED_MEMBER(DEVICE_SELF, microkit_state, reset_button, 0) in PORT_CODE()
88 INPUT_CHANGED_MEMBER(microkit_state::reset_button) in PORT_CODE()
H A Dhh_melps4.cpp46 virtual DECLARE_INPUT_CHANGED_MEMBER(reset_button);
95 INPUT_CHANGED_MEMBER(hh_melps4_state::reset_button) in INPUT_CHANGED_MEMBER() argument
195 …x01, IP_ACTIVE_HIGH, IPT_START ) PORT_CHANGED_MEMBER(DEVICE_SELF, hh_melps4_state, reset_button, 0) in DEF_STR()
320 …x01, IP_ACTIVE_HIGH, IPT_START ) PORT_CHANGED_MEMBER(DEVICE_SELF, hh_melps4_state, reset_button, 0)
/dports/editors/gedit/gedit-40.1/gedit/
H A Dgedit-encodings-dialog.c57 GtkWidget *reset_button; member
76 gtk_widget_set_sensitive (dialog->reset_button, TRUE); in G_DEFINE_TYPE()
131 gtk_widget_set_sensitive (dialog->reset_button, !default_candidates); in init_liststores()
319 g_clear_object (&dialog->reset_button); in gedit_encodings_dialog_dispose()
818 dialog->reset_button = gtk_button_new_with_mnemonic (_("_Reset")); in init_toolbar_chosen()
819 g_object_ref_sink (dialog->reset_button); in init_toolbar_chosen()
821 g_signal_connect_object (dialog->reset_button, in init_toolbar_chosen()
830 gtk_box_pack_start (GTK_BOX (right_box), dialog->reset_button, FALSE, FALSE, 0); in init_toolbar_chosen()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/Subdivider/
H A DSubdivideWidget.cc132 QPushButton* reset_button = new QPushButton( "Reset"); in SubdivideWidget() local
133 reset_button->setMinimumWidth(50); in SubdivideWidget()
134 QObject::connect( reset_button, SIGNAL( clicked() ), in SubdivideWidget()
136 hbox->addWidget(reset_button); in SubdivideWidget()
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/screenComponents/
H A DhackingDialog.cpp35 reset_button = new GuiButton(minigame_box, "", tr("hacking", "Reset"), [this]() in GuiHackingDialog()
39 reset_button->setSize(200, 50); in GuiHackingDialog()
40 reset_button->setPosition(25, -25, ABottomLeft); in GuiHackingDialog()
/dports/graphics/fracplanet/fracplanet-0.5.1/
H A Dtriangle_mesh_viewer.cpp93 QPushButton*const reset_button=new QPushButton("Reset"); in TriangleMeshViewer() local
94 button_box->layout()->addWidget(reset_button); in TriangleMeshViewer()
95 reset_button->setToolTip("Press to restore initial default orientation."); in TriangleMeshViewer()
117 reset_button,SIGNAL(clicked()), in TriangleMeshViewer()

12345678910>>...23