Home
last modified time | relevance | path

Searched refs:SettingsPanel (Results 1 – 25 of 58) sorted by relevance

123

/dports/net/rssguard/rssguard-4.0.4/src/librssguard/gui/settings/
H A Dsettingspanel.cpp7 SettingsPanel::SettingsPanel(Settings* settings, QWidget* parent) in SettingsPanel() function in SettingsPanel
10 void SettingsPanel::onBeginLoadSettings() { in onBeginLoadSettings()
14 void SettingsPanel::onEndLoadSettings() { in onEndLoadSettings()
20 void SettingsPanel::onBeginSaveSettings() {} in onBeginSaveSettings()
22 void SettingsPanel::onEndSaveSettings() { in onEndSaveSettings()
26 void SettingsPanel::dirtifySettings() { in dirtifySettings()
33 bool SettingsPanel::requiresRestart() const { in requiresRestart()
41 void SettingsPanel::requireRestart() { in requireRestart()
45 bool SettingsPanel::isDirty() const { in isDirty()
49 void SettingsPanel::setIsDirty(bool is_dirty) { in setIsDirty()
[all …]
H A Dsettingspanel.h10 class SettingsPanel : public QWidget {
14 explicit SettingsPanel(Settings* settings, QWidget* parent = nullptr);
H A Dsettingsgeneral.h10 class SettingsGeneral : public SettingsPanel {
H A Dsettingslocalization.h10 class SettingsLocalization : public SettingsPanel {
H A Dsettingsshortcuts.h10 class SettingsShortcuts : public SettingsPanel {
H A Dsettingsnotifications.h12 class SettingsNotifications : public SettingsPanel {
H A Dsettingsdownloads.h10 class SettingsDownloads : public SettingsPanel {
H A Dsettingsfeedsmessages.h10 class SettingsFeedsMessages : public SettingsPanel {
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/controlpanel/
H A DControlPanel.java79 private static class SettingsPanel { class in ControlPanel
83 public SettingsPanel(String value, JPanel panel) { in SettingsPanel() method in ControlPanel.SettingsPanel
253SettingsPanel[] panels = new SettingsPanel[] { new SettingsPanel(Translator.R("CPTabAbout"), creat… in createMainSettingsPanel()
254 new SettingsPanel(Translator.R("CPTabCache"), createCacheSettingsPanel()), in createMainSettingsPanel()
260 new SettingsPanel(Translator.R("CPTabJVMSettings"),jvmPanel), in createMainSettingsPanel()
266 new SettingsPanel(Translator.R("CPTabPolicy"), createPolicySettingsPanel()), in createMainSettingsPanel()
276 for (SettingsPanel panel : panels) { in createMainSettingsPanel()
288 for (SettingsPanel panel : panels) { in createMainSettingsPanel()
294 final JList<SettingsPanel> settingsList = new JList<>(panels); in createMainSettingsPanel()
299 JList<SettingsPanel> list = (JList<SettingsPanel>) e.getSource(); in createMainSettingsPanel()
[all …]
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/gui/dialogs/
H A Dformsettings.h11 class SettingsPanel; variable
30 void addSettingsPanel(SettingsPanel* panel);
35 QList<SettingsPanel*> m_panels;
H A Dformsettings.cpp72 for (SettingsPanel* panel : qAsConst(m_panels)) { in applySettings()
112 for (SettingsPanel* panel : qAsConst(m_panels)) { in cancelSettings()
139 void FormSettings::addSettingsPanel(SettingsPanel* panel) { in addSettingsPanel()
153 connect(panel, &SettingsPanel::settingsChanged, this, [this]() { in addSettingsPanel()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/demo/sorted_source/
H A Dmain.lfm11 object SettingsPanel: TPanel
26 AnchorSideTop.Control = SettingsPanel
46 AnchorSideLeft.Control = SettingsPanel
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/demo/sorted_source/
H A Dmain.lfm11 object SettingsPanel: TPanel
26 AnchorSideTop.Control = SettingsPanel
46 AnchorSideLeft.Control = SettingsPanel
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/src/components/panel-stack/
H A Dpanel-stack.md55 component: SettingsPanel, // <- class or stateless function type
56 props: { enabled: true }, // <- SettingsPanel props without IPanelProps
62 class SettingsPanel extends React.Component<IPanelProps & { enabled: boolean }> {
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/aui/
H A Dauidemo.cpp263 class SettingsPanel : public wxPanel class
284 SettingsPanel(wxWindow* parent, MyFrame* frame) in SettingsPanel() function in SettingsPanel
545 wxBEGIN_EVENT_TABLE(SettingsPanel, wxPanel) in wxBEGIN_EVENT_TABLE() argument
547 EVT_SPINCTRL(ID_SashSize, SettingsPanel::OnSashSize) in wxBEGIN_EVENT_TABLE()
548 EVT_SPINCTRL(ID_CaptionSize, SettingsPanel::OnCaptionSize) in wxBEGIN_EVENT_TABLE()
549 EVT_BUTTON(ID_BackgroundColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
550 EVT_BUTTON(ID_SashColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
554 EVT_BUTTON(ID_ActiveCaptionColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
557 EVT_BUTTON(ID_BorderColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
558 EVT_BUTTON(ID_GripperColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp261 class SettingsPanel : public wxPanel class
282 SettingsPanel(wxWindow* parent, MyFrame* frame) in SettingsPanel() function in SettingsPanel
543 BEGIN_EVENT_TABLE(SettingsPanel, wxPanel) in BEGIN_EVENT_TABLE() argument
545 EVT_SPINCTRL(ID_SashSize, SettingsPanel::OnSashSize) in BEGIN_EVENT_TABLE()
546 EVT_SPINCTRL(ID_CaptionSize, SettingsPanel::OnCaptionSize) in BEGIN_EVENT_TABLE()
547 EVT_BUTTON(ID_BackgroundColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
548 EVT_BUTTON(ID_SashColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
552 EVT_BUTTON(ID_ActiveCaptionColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
555 EVT_BUTTON(ID_BorderColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
556 EVT_BUTTON(ID_GripperColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp261 class SettingsPanel : public wxPanel class
282 SettingsPanel(wxWindow* parent, MyFrame* frame) in SettingsPanel() function in SettingsPanel
543 BEGIN_EVENT_TABLE(SettingsPanel, wxPanel) in BEGIN_EVENT_TABLE() argument
545 EVT_SPINCTRL(ID_SashSize, SettingsPanel::OnSashSize) in BEGIN_EVENT_TABLE()
546 EVT_SPINCTRL(ID_CaptionSize, SettingsPanel::OnCaptionSize) in BEGIN_EVENT_TABLE()
547 EVT_BUTTON(ID_BackgroundColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
548 EVT_BUTTON(ID_SashColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
552 EVT_BUTTON(ID_ActiveCaptionColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
555 EVT_BUTTON(ID_BorderColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
556 EVT_BUTTON(ID_GripperColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/aui/
H A Dauidemo.cpp259 class SettingsPanel : public wxPanel class
280 SettingsPanel(wxWindow* parent, MyFrame* frame) in SettingsPanel() function in SettingsPanel
542 wxBEGIN_EVENT_TABLE(SettingsPanel, wxPanel) in wxBEGIN_EVENT_TABLE() argument
544 EVT_SPINCTRL(ID_SashSize, SettingsPanel::OnSashSize) in wxBEGIN_EVENT_TABLE()
545 EVT_SPINCTRL(ID_CaptionSize, SettingsPanel::OnCaptionSize) in wxBEGIN_EVENT_TABLE()
546 EVT_BUTTON(ID_BackgroundColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
547 EVT_BUTTON(ID_SashColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
551 EVT_BUTTON(ID_ActiveCaptionColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
554 EVT_BUTTON(ID_BorderColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
555 EVT_BUTTON(ID_GripperColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp261 class SettingsPanel : public wxPanel class
282 SettingsPanel(wxWindow* parent, MyFrame* frame) in SettingsPanel() function in SettingsPanel
543 BEGIN_EVENT_TABLE(SettingsPanel, wxPanel) in BEGIN_EVENT_TABLE() argument
545 EVT_SPINCTRL(ID_SashSize, SettingsPanel::OnSashSize) in BEGIN_EVENT_TABLE()
546 EVT_SPINCTRL(ID_CaptionSize, SettingsPanel::OnCaptionSize) in BEGIN_EVENT_TABLE()
547 EVT_BUTTON(ID_BackgroundColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
548 EVT_BUTTON(ID_SashColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
552 EVT_BUTTON(ID_ActiveCaptionColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
555 EVT_BUTTON(ID_BorderColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
556 EVT_BUTTON(ID_GripperColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/aui/
H A Dauidemo.cpp261 class SettingsPanel : public wxPanel class
282 SettingsPanel(wxWindow* parent, MyFrame* frame) in SettingsPanel() function in SettingsPanel
543 BEGIN_EVENT_TABLE(SettingsPanel, wxPanel) in BEGIN_EVENT_TABLE() argument
545 EVT_SPINCTRL(ID_SashSize, SettingsPanel::OnSashSize) in BEGIN_EVENT_TABLE()
546 EVT_SPINCTRL(ID_CaptionSize, SettingsPanel::OnCaptionSize) in BEGIN_EVENT_TABLE()
547 EVT_BUTTON(ID_BackgroundColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
548 EVT_BUTTON(ID_SashColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
552 EVT_BUTTON(ID_ActiveCaptionColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
555 EVT_BUTTON(ID_BorderColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
556 EVT_BUTTON(ID_GripperColor, SettingsPanel::OnSetColor) in BEGIN_EVENT_TABLE()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/aui/
H A Dauidemo.cpp263 class SettingsPanel : public wxPanel class
284 SettingsPanel(wxWindow* parent, MyFrame* frame) in SettingsPanel() function in SettingsPanel
545 wxBEGIN_EVENT_TABLE(SettingsPanel, wxPanel) in wxBEGIN_EVENT_TABLE() argument
547 EVT_SPINCTRL(ID_SashSize, SettingsPanel::OnSashSize) in wxBEGIN_EVENT_TABLE()
548 EVT_SPINCTRL(ID_CaptionSize, SettingsPanel::OnCaptionSize) in wxBEGIN_EVENT_TABLE()
549 EVT_BUTTON(ID_BackgroundColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
550 EVT_BUTTON(ID_SashColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
554 EVT_BUTTON(ID_ActiveCaptionColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
557 EVT_BUTTON(ID_BorderColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
558 EVT_BUTTON(ID_GripperColor, SettingsPanel::OnSetColor) in wxBEGIN_EVENT_TABLE()
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/
H A DSettingsPanel.java45 class SettingsPanel extends JButton { class
53 SettingsPanel() { in SettingsPanel() method in SettingsPanel
100 menu.show(SettingsPanel.this, getWidth() - menu.getPreferredSize().width, getHeight()); in SettingsPanel()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/preconfigured/
H A DPreconfiguredAlgorithmDialog.py46 self.settingsPanel = SettingsPanel()
88 class SettingsPanel(QWidget): class
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/preconfigured/
H A DPreconfiguredAlgorithmDialog.py46 self.settingsPanel = SettingsPanel()
88 class SettingsPanel(QWidget): class
/dports/www/owncloud/owncloud/apps/files_sharing/lib/Panels/Admin/
H A DSettingsPanel.php26 class SettingsPanel implements ISettings { class

123