Home
last modified time | relevance | path

Searched refs:Theme (Results 51 – 75 of 11568) sorted by relevance

12345678910>>...463

/dports/editors/calligra/calligra-3.2.1/gemini/
H A DTheme.cpp43 class Theme::Private
61 Theme* inheritedTheme;
81 Theme::Theme(QObject* parent) in Theme() function in Theme
87 Theme::~Theme() in ~Theme()
97 QString Theme::id() const in id()
113 QString Theme::name() const in name()
126 QString Theme::inherits() const in inherits()
269 QString Theme::fontPath() const in fontPath()
293 QString Theme::iconPath() const in iconPath()
357 Theme* Theme::load(const QString& id, QObject* parent) in load()
[all …]
/dports/cad/cura/Cura-58bae31/plugins/UM3NetworkPrinting/resources/qml/
H A DMonitorPrintJobCard.qml30 …intJob && printJob.configurationChanges.length !== 0 ? UM.Theme.getColor("warning") : UM.Theme.get…
33 height: Math.round(48 * screenScaleFactor) // TODO: Theme!
49 width: UM.Theme.getSize("monitor_column").width
56 radius: 2 * screenScaleFactor // TODO: Theme!
61 color: UM.Theme.getColor("text")
78 width: UM.Theme.getSize("monitor_column").width
86 radius: 2 * screenScaleFactor // TODO: Theme!
92 color: UM.Theme.getColor("text")
116 radius: 2 * screenScaleFactor // TODO: Theme!
123 color: UM.Theme.getColor("text")
[all …]
H A DMonitorQueue.qml29 color: UM.Theme.getColor("text")
30 font: UM.Theme.getFont("large")
50 color: UM.Theme.getColor("text_link")
64 color: UM.Theme.getColor("text_link")
100 color: UM.Theme.getColor("text")
101 font: UM.Theme.getFont("medium")
111 color: UM.Theme.getColor("text")
123 color: UM.Theme.getColor("text")
135 color: UM.Theme.getColor("text")
155 style: UM.Theme.styles.scrollview
[all …]
/dports/cad/cura/Cura-58bae31/plugins/SimulationView/
H A DSimulationViewMenuComponent.qml53 font: UM.Theme.getFont("medium")
70 font: UM.Theme.getFont("medium")
71 color: UM.Theme.getColor("text")
94 …width: UM.Theme.getSize("layerview_menu_size").width - 2 * UM.Theme.getSize("default_margin").width
130 style: UM.Theme.styles.combobox
158 color: UM.Theme.getColor("text")
179 … height: UM.Theme.getSize("layerview_row").height + UM.Theme.getSize("default_lining").height
261 … height: UM.Theme.getSize("layerview_row").height + UM.Theme.getSize("default_lining").height
300 style: UM.Theme.styles.checkbox
338 … height: UM.Theme.getSize("layerview_row").height + UM.Theme.getSize("default_lining").height
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/
H A Dmain.cpp121 Q_DECLARE_METATYPE(Theme::Themes)
133 item->setFont(Theme::p()->font(Theme::ContactName), ListItem::FirstPos); in newSimpleListItem()
134 item->setFont(Theme::p()->font(Theme::ContactNumber), ListItem::SecondPos); in newSimpleListItem()
153 item->item()->setFont(Theme::p()->font(Theme::ContactName), ListItem::FirstPos); in newRecyclingListItem()
154 item->item()->setFont(Theme::p()->font(Theme::ContactNumber), ListItem::SecondPos); in newRecyclingListItem()
192 ensureTheme(Theme::Blue); in resetView()
537 if (theme == Theme::Blue) in stringForTheme()
594 QList<Theme::Themes> themes; in update_data()
595 themes << Theme::Blue << Theme::Lime; in update_data()
666 QList<Theme::Themes> themes; in scroll_data()
[all …]
/dports/cad/cura/Cura-58bae31/resources/qml/Settings/
H A DSettingExtruder.qml107 source: UM.Theme.getIcon("arrow_bottom")
108 width: UM.Theme.getSize("standard_arrow").width
109 height: UM.Theme.getSize("standard_arrow").height
113 color: UM.Theme.getColor("setting_control_button");
128 return UM.Theme.getColor("setting_control")
157 font: UM.Theme.getFont("default")
158 …color: enabled ? UM.Theme.getColor("setting_control_text") : UM.Theme.getColor("setting_control_di…
174 source: UM.Theme.getIcon("extruder_button")
184 padding: UM.Theme.getSize("default_lining").width
198 color: UM.Theme.getColor("setting_control")
[all …]
H A DSettingOptionalExtruder.qml108 source: UM.Theme.getIcon("arrow_bottom")
109 width: UM.Theme.getSize("standard_arrow").width
110 height: UM.Theme.getSize("standard_arrow").height
114 color: UM.Theme.getColor("setting_control_button");
129 return UM.Theme.getColor("setting_control");
158 font: UM.Theme.getFont("default")
159 …color: enabled ? UM.Theme.getColor("setting_control_text") : UM.Theme.getColor("setting_control_di…
175 source: UM.Theme.getIcon("extruder_button")
184 padding: UM.Theme.getSize("default_lining").width
196 color: UM.Theme.getColor("setting_control")
[all …]
H A DSettingCategory.qml22 height: UM.Theme.getSize("section").height
33 return UM.Theme.getColor("setting_category")
59 return UM.Theme.getColor("setting_category_text")
73 … leftMargin: 2 * UM.Theme.getSize("default_margin").width + UM.Theme.getSize("section_icon").width
80 font: UM.Theme.getFont("medium_bold")
96 … source: definition.expanded ? UM.Theme.getIcon("arrow_bottom") : UM.Theme.getIcon("arrow_left")
107 source: UM.Theme.getIcon(definition.icon)
108 width: UM.Theme.getSize("section_icon").width
109 height: UM.Theme.getSize("section_icon").height
157 iconSource: UM.Theme.getIcon("settings")
[all …]
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/welcomeq/
H A Dwelcomeq.qml68 …Kirigami.Theme.backgroundColor: Qt.rgba(Kirigami.Theme.backgroundColor.r, Kirigami.Theme.backgroun…
69 Kirigami.Theme.textColor: Kirigami.Theme.textColor
82 …Kirigami.Theme.backgroundColor: Qt.rgba(Kirigami.Theme.backgroundColor.r, Kirigami.Theme.backgroun…
83 Kirigami.Theme.textColor: Kirigami.Theme.textColor
93 …Kirigami.Theme.backgroundColor: Qt.rgba(Kirigami.Theme.backgroundColor.r, Kirigami.Theme.backgroun…
94 Kirigami.Theme.textColor: Kirigami.Theme.textColor
104 …Kirigami.Theme.backgroundColor: Qt.rgba(Kirigami.Theme.backgroundColor.r, Kirigami.Theme.backgroun…
105 Kirigami.Theme.textColor: Kirigami.Theme.textColor
116 …Kirigami.Theme.backgroundColor: Qt.rgba(Kirigami.Theme.backgroundColor.r, Kirigami.Theme.backgroun…
117 Kirigami.Theme.textColor: Kirigami.Theme.textColor
/dports/cad/cura/Cura-58bae31/resources/qml/Widgets/
H A DComboBox.qml39 color: UM.Theme.getColor("setting_control")
42 border.width: UM.Theme.getSize("default_lining").width
53 source: UM.Theme.getIcon("arrow_bottom")
54 width: UM.Theme.getSize("standard_arrow").width
55 height: UM.Theme.getSize("standard_arrow").height
59 color: UM.Theme.getColor("setting_control_button")
73 font: UM.Theme.getFont("default")
74 color: UM.Theme.getColor("setting_control_text")
84 padding: UM.Theme.getSize("default_lining").width
98 color: UM.Theme.getColor("setting_control")
[all …]
/dports/cad/cura/Cura-58bae31/resources/qml/PrinterOutput/
H A DExtruderBox.qml42 color: UM.Theme.getColor("text")
43 font: UM.Theme.getFont("default")
53 font: UM.Theme.getFont("default_bold")
85 color: UM.Theme.getColor("text")
86 font: UM.Theme.getFont("large_bold")
117 …!enabled ? UM.Theme.getColor("setting_control_disabled") : showError ? UM.Theme.getColor("setting_…
195 font: UM.Theme.getFont("default")
420 font: UM.Theme.getFont("default")
421 color: UM.Theme.getColor("text")
452 font: UM.Theme.getFont("default")
[all …]
H A DHeatedBedBox.qml21 color: UM.Theme.getColor("main_background")
27 font: UM.Theme.getFont("default")
28 color: UM.Theme.getColor("text")
38 font: UM.Theme.getFont("default_bold")
39 color: UM.Theme.getColor("text_inactive")
70 font: UM.Theme.getFont("large_bold")
71 color: UM.Theme.getColor("text")
101 …!enabled ? UM.Theme.getColor("setting_control_disabled") : showError ? UM.Theme.getColor("setting_…
179 font: UM.Theme.getFont("default")
184 font: UM.Theme.getFont("default")
[all …]
/dports/cad/cura/Cura-58bae31/plugins/Toolbox/resources/qml/components/
H A DToolboxBackColumn.qml13 width: UM.Theme.getSize("toolbox_back_column").width
18 topMargin: UM.Theme.getSize("wide_margin").height
19 leftMargin: UM.Theme.getSize("default_margin").width
20 rightMargin: UM.Theme.getSize("default_margin").width
36 width: UM.Theme.getSize("standard_arrow").width
37 height: UM.Theme.getSize("standard_arrow").height
43 …olor: button.enabled ? (button.hovered ? UM.Theme.getColor("primary") : UM.Theme.getColor("text"))…
44 source: UM.Theme.getIcon("arrow_left")
46 width: UM.Theme.getSize("toolbox_back_button").width
71 …or: control.enabled ? (control.hovered ? UM.Theme.getColor("primary") : UM.Theme.getColor("text"))…
[all …]
H A DToolboxDownloadsShowcaseTile.qml15 …width: UM.Theme.getSize("toolbox_thumbnail_large").width + (2 * UM.Theme.getSize("default_lining")…
17 border.width: UM.Theme.getSize("default_lining").width
18 border.color: UM.Theme.getColor("lining")
19 color: UM.Theme.getColor("main_background")
23 …height: UM.Theme.getSize("toolbox_thumbnail_large").height - 4 * UM.Theme.getSize("default_margin"…
24 …width: UM.Theme.getSize("toolbox_thumbnail_large").height - 4 * UM.Theme.getSize("default_margin")…
33 topMargin: UM.Theme.getSize("default_margin").height
53 font: UM.Theme.getFont("medium_bold")
54 color: UM.Theme.getColor("text")
66 …color: (installedPackages >= packageCount) ? UM.Theme.getColor("primary") : UM.Theme.getColor("bor…
[all …]
/dports/devel/plasma5-plasma-sdk/plasma-sdk-5.23.5/cuttlefish/package/contents/ui/
H A DScreenshot.qml43 Kirigami.Theme.inherit: false
74 Kirigami.Theme.inherit: true
86 Kirigami.Theme.inherit: false
87 Kirigami.Theme.textColor: "#232629"
88 Kirigami.Theme.backgroundColor: "#eff0f1"
89 Kirigami.Theme.highlightColor: "#3daee9"
92 Kirigami.Theme.neutralTextColor: "#f67400"
102 Kirigami.Theme.inherit: false
103 Kirigami.Theme.textColor: "#eff0f1"
104 Kirigami.Theme.backgroundColor: "#31363b"
[all …]
/dports/cad/cura/Cura-58bae31/plugins/PrepareStage/
H A DPrepareMenu.qml27 leftMargin: UM.Theme.getSize("wide_margin").width
28 rightMargin: UM.Theme.getSize("wide_margin").width
63 width: UM.Theme.getSize("default_lining").width
64 color: UM.Theme.getColor("lining")
80 color: UM.Theme.getColor("lining")
97 height: UM.Theme.getSize("stage_menu").height
98 width: UM.Theme.getSize("stage_menu").height
109 source: UM.Theme.getIcon("load")
112 color: UM.Theme.getColor("icon")
122 width: UM.Theme.getSize("stage_menu").height
[all …]
/dports/cad/cura/Cura-58bae31/resources/qml/PrintSetupSelector/Custom/
H A DCustomPrintSetup.qml30 topMargin: UM.Theme.getSize("default_margin").height
48 font: UM.Theme.getFont("medium")
50 color: UM.Theme.getColor("text")
87 font: UM.Theme.getFont("default")
88 color: UM.Theme.getColor("text")
100 font: UM.Theme.getFont("default")
101 color: UM.Theme.getColor("text_detail")
160 …color: hovered ? UM.Theme.getColor("setting_control_button_hover") : UM.Theme.getColor("setting_co…
161 iconSource: UM.Theme.getIcon("star")
179 source: UM.Theme.getIcon("arrow_bottom")
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Dthemes.rb13 Theme = Struct.new(:id, :name, :css_class, :css_filename, :primary_color) constant
17 Theme.new(1, 'Indigo', 'ui-indigo', 'theme_indigo', '#292961'),
19 Theme.new(4, 'Blue', 'ui-blue', 'theme_blue', '#1a3652'),
20 Theme.new(7, 'Light Blue', 'ui-light-blue', 'theme_light_blue', '#2261a1'),
21 Theme.new(5, 'Green', 'ui-green', 'theme_green', '#0d4524'),
22 Theme.new(8, 'Light Green', 'ui-light-green', 'theme_light_green', '#156b39'),
23 Theme.new(9, 'Red', 'ui-red', 'theme_red', '#691a16'),
24 Theme.new(10, 'Light Red', 'ui-light-red', 'theme_light_red', '#a62e21'),
25 Theme.new(2, 'Dark', 'ui-dark', 'theme_dark', '#303030'),
26 Theme.new(3, 'Light', 'ui-light', 'theme_light', '#666'),
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/
H A Ditemrecyclinglist.cpp61 connect(Theme::p(), SIGNAL(themeChanged()), this, SLOT(themeChange())); in ItemRecyclingList()
119 const QString iconName = Theme::p()->pixmapPath()+"contact_default_icon.svg"; in themeChange()
143 item->setFont(Theme::p()->font(Theme::ContactName), ListItem::FirstPos); in themeChange()
144 item->setFont(Theme::p()->font(Theme::ContactNumber), ListItem::SecondPos); in themeChange()
145 item->setFont(Theme::p()->font(Theme::ContactEmail), ListItem::ThirdPos); in themeChange()
149 item->setBackgroundBrush(Theme::p()->listItemBackgroundBrushOdd()); in themeChange()
153 item->setBackgroundBrush(Theme::p()->listItemBackgroundBrushEven()); in themeChange()
158 item->setBorderPen(Theme::p()->listItemBorderPen()); in themeChange()
159 item->setRounding(Theme::p()->listItemRounding()); in themeChange()
242 item->setBackgroundBrush(Theme::p()->listItemBackgroundBrushOdd()); in updateListItemBackgrounds()
[all …]
/dports/cad/cura/Cura-58bae31/resources/qml/PrintSetupSelector/Recommended/
H A DRecommendedSupportSelector.qml29 source: UM.Theme.getIcon("category_support")
31 font: UM.Theme.getFont("medium")
54 style: UM.Theme.styles.checkbox
86 leftMargin: UM.Theme.getSize("thick_margin").width
165 source: UM.Theme.getIcon("arrow_bottom")
166 width: UM.Theme.getSize("standard_arrow").width
186 return UM.Theme.getColor("setting_control")
215 font: UM.Theme.getFont("default")
216 …color: enabled ? UM.Theme.getColor("setting_control_text") : UM.Theme.getColor("setting_control_di…
232 source: UM.Theme.getIcon("extruder_button")
[all …]
/dports/devel/kirigami-gallery/kirigami-gallery-21.12.3/src/data/contents/ui/gallery/
H A DColorSetGallery.qml41 Kirigami.Theme.inherit: true
60 Kirigami.Theme.inherit: true
87 Kirigami.Theme.inherit: false
88 Kirigami.Theme.colorSet: Kirigami.Theme.Window
115 Kirigami.Theme.inherit: false
116 Kirigami.Theme.colorSet: Kirigami.Theme.View
143 Kirigami.Theme.inherit: false
144 Kirigami.Theme.colorSet: Kirigami.Theme.Complementary
171 Kirigami.Theme.colorSet: Kirigami.Theme.Window
209 Kirigami.Theme.colorSet: Kirigami.Theme.Button
[all …]
/dports/cad/cura/Cura-58bae31/resources/qml/ActionPanel/
H A DPrintInformationWidget.qml14 source: UM.Theme.getIcon("info")
15 width: visible ? UM.Theme.getSize("section_icon").width : 0
16 height: UM.Theme.getSize("section_icon").height
18 color: UM.Theme.getColor("icon")
32 … y: -(height + UM.Theme.getSize("default_arrow").height + UM.Theme.getSize("thin_margin").height)
33 x: parent.width - width + UM.Theme.getSize("thin_margin").width
51 color: UM.Theme.getColor("tool_panel_background")
52 borderColor: UM.Theme.getColor("lining")
53 borderWidth: UM.Theme.getSize("default_lining").width
56 … height + UM.Theme.getSize("default_arrow").height - UM.Theme.getSize("thin_margin").height)
[all …]
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/vendor/github.com/gookit/color/
H A Dstyle.go89 type Theme struct { struct
97 func NewTheme(name string, style Style) *Theme {
98 return &Theme{name, style}
102 func (t *Theme) Save() { argument
137 Info = &Theme{"info", Style{OpReset, FgGreen}}
139 Note = &Theme{"note", Style{OpBold, FgLightCyan}}
141 Warn = &Theme{"warning", Style{OpBold, FgYellow}}
147 Danger = &Theme{"danger", Style{OpBold, FgRed}}
149 Notice = &Theme{"notice", Style{OpBold, FgCyan}}
165 var Themes = map[string]*Theme{
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/sidebar/
H A DTabBar.cxx68 mpMenuButton->SetModeImage(Theme::GetImage(Theme::Image_TabBarMenu)); in TabBar()
104 return Theme::GetInteger(Theme::Int_TabItemWidth) in GetDefaultWidth()
105 + Theme::GetInteger(Theme::Int_TabBarLeftPadding) in GetDefaultWidth()
106 + Theme::GetInteger(Theme::Int_TabBarRightPadding); in GetDefaultWidth()
148 Image aImage = Theme::GetImage(Theme::Image_TabBarMenu); in UpdateButtonIcons()
168 Theme::GetInteger(Theme::Int_TabBarLeftPadding), in Layout()
169 Theme::GetInteger(Theme::Int_TabBarTopPadding), in Layout()
170 Theme::GetInteger(Theme::Int_TabBarRightPadding), in Layout()
171 Theme::GetInteger(Theme::Int_TabBarBottomPadding)); in Layout()
175 Theme::GetInteger(Theme::Int_TabItemWidth) * GetDPIScaleFactor(), in Layout()
[all …]
/dports/games/bovo/bovo-21.12.3/gui/
H A Dtheme.cc35 Theme::Theme() { in Theme() function in gui::Theme
38 Theme::Theme(const QString& path, const int id) in Theme() function in gui::Theme
65 QColor Theme::backgroundColor() const { in backgroundColor()
69 QString Theme::comment() const { in comment()
73 qreal Theme::fill() const { in fill()
77 QColor Theme::gridColor() const { in gridColor()
81 GridType Theme::gridType() const { in gridType()
85 int Theme::id() const { in id()
89 QString Theme::name() const { in name()
93 QString Theme::path() const { in path()
[all …]

12345678910>>...463