Home
last modified time | relevance | path

Searched refs:themeSettings (Results 1 – 16 of 16) sorted by relevance

/dports/x11-themes/Kvantum/Kvantum-0.20.2/Kvantum/kvantummanager/
H A DKvantumManager.cpp1599 themeSettings.endGroup(); in tabChanged()
1604 themeSettings.endGroup(); in tabChanged()
1642 themeSettings.endGroup(); in tabChanged()
1657 themeSettings.endGroup(); in tabChanged()
1746 themeSettings.endGroup(); in getComment()
2268 if (!themeSettings.isWritable()) in writeConfig()
2369 themeSettings.beginGroup ("Focus"); in writeConfig()
2382 themeSettings.endGroup(); in writeConfig()
2384 themeSettings.beginGroup ("Hacks"); in writeConfig()
2405 themeSettings.endGroup(); in writeConfig()
[all …]
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/
H A DThemeFactory.cpp209 QSettings themeSettings(themeFilePath, QSettings::IniFormat); in loadTheme() local
233 || !extractColorSetting(themeSettings, GW_SPELLING_ERROR_COLOR, spellingErrorColor, err) in loadTheme()
235 || !extractColorSetting(themeSettings, GW_BACKGROUND_COLOR, backgroundColor, err) in loadTheme()
238 || !extractColorSetting(themeSettings, GW_DEFAULT_TEXT_COLOR, defaultTextColor, err) in loadTheme()
239 || !extractColorSetting(themeSettings, GW_MARKUP_COLOR, markupColor, err) in loadTheme()
240 || !extractColorSetting(themeSettings, GW_LINK_COLOR, linkColor, err) in loadTheme()
252 !extractColorSetting(themeSettings, GW_HEADING_COLOR, headingColor, err) in loadTheme()
253 || !extractColorSetting(themeSettings, GW_EMPHASIS_COLOR, emphasisColor, err) in loadTheme()
254 || !extractColorSetting(themeSettings, GW_BLOCKQUOTE_COLOR, blockquoteColor, err) in loadTheme()
255 || !extractColorSetting(themeSettings, GW_CODE_COLOR, codeColor, err) in loadTheme()
[all …]
/dports/polish/kadu/kadu-4.3/kadu-core/
H A Dthemes.cpp117 …QSettings themeSettings(themePath() + fixFileName(themePath(), ConfigName), QSettings::IniFormat); in setTheme() local
118 themeSettings.setIniCodec("ISO8859-2"); in setTheme()
120 themeSettings.beginGroup(Name); in setTheme()
121 auto keys = themeSettings.allKeys(); in setTheme()
124 entries.insert(key, themeSettings.value(key).toString()); in setTheme()
126 themeSettings.endGroup(); in setTheme()
/dports/www/drupal8/drupal-8.9.20/core/modules/node/src/Plugin/migrate/source/d6/
H A DNodeType.php37 protected $themeSettings; variable in Drupal\\node\\Plugin\\migrate\\source\\d6\\NodeType
112 $this->themeSettings = $this->variableGet('theme_settings', []);
130 …$submitted = isset($this->themeSettings['toggle_node_info_' . $type]) ? $this->themeSettings['togg…
/dports/www/drupal9/drupal-9.2.10/core/modules/node/src/Plugin/migrate/source/d6/
H A DNodeType.php42 protected $themeSettings; variable in Drupal\\node\\Plugin\\migrate\\source\\d6\\NodeType
117 $this->themeSettings = $this->variableGet('theme_settings', []);
135 …$submitted = isset($this->themeSettings['toggle_node_info_' . $type]) ? $this->themeSettings['togg…
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DThemeManager.h95 …td_api::object_ptr<td_api::themeSettings> get_theme_settings_object(const ThemeSettings &settings)…
109 …ThemeSettings get_chat_theme_settings(telegram_api::object_ptr<telegram_api::themeSettings> settin…
H A DThemeManager.cpp243 td_api::object_ptr<td_api::themeSettings> ThemeManager::get_theme_settings_object(const ThemeSettin… in get_theme_settings_object()
256 return td_api::make_object<td_api::themeSettings>( in get_theme_settings_object()
365 telegram_api::object_ptr<telegram_api::themeSettings> settings) { in get_chat_theme_settings()
372 …bool has_outbox_accent_color = (settings->flags_ & telegram_api::themeSettings::OUTBOX_ACCENT_COLO… in get_chat_theme_settings()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/
H A Dthemechooser.cpp251 QSettings themeSettings(entry.filePath(), QSettings::IniFormat); in createTheme() local
253 theme->readSettings(themeSettings); in createTheme()
/dports/deskutils/copyq/CopyQ-5.0.0/src/gui/
H A Dmainwindow.h294 void loadTheme(const QSettings &themeSettings);
H A Dmainwindow.cpp2617 void MainWindow::loadTheme(const QSettings &themeSettings) in loadTheme() argument
2619 m_sharedData->theme.loadTheme(themeSettings); in loadTheme()
2620 if (themeSettings.status() != QSettings::NoError) in loadTheme()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/
H A DConfig.cpp1170 static ConfigSetting themeSettings[] = { variable
1214 {"Theme", themeSettings},
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/
H A DConfig.cpp1170 static ConfigSetting themeSettings[] = { variable
1214 {"Theme", themeSettings},
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/
H A DConfig.cpp1170 static ConfigSetting themeSettings[] = { variable
1214 {"Theme", themeSettings},
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/generate/scheme/
H A Dtelegram_api.tl1147 themeSettings#fa58b6d4 flags:# message_colors_animated:flags.2?true base_theme:BaseTheme accent_col…
H A Dtd_api.tl2799 themeSettings accent_color:int32 background:background outgoing_message_fill:BackgroundFill animate…
2806 chatTheme name:string light_settings:themeSettings dark_settings:themeSettings = ChatTheme;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/Resources/tl/
H A Dapi.tl1150 themeSettings#fa58b6d4 flags:# message_colors_animated:flags.2?true base_theme:BaseTheme accent_col…