- update alterator-browser-qt
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
Name: %theme
|
Name: %theme
|
||||||
Version: 5.0.0
|
Version: 5.0.0
|
||||||
Release: alt25
|
Release: alt25.1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: cpio gfxboot >= 4 fonts-ttf-dejavu
|
BuildRequires: cpio gfxboot >= 4 fonts-ttf-dejavu
|
||||||
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
components/browser-qt/design/bg.png
Normal file
After Width: | Height: | Size: 653 KiB |
@ -1,4 +1,4 @@
|
|||||||
Palette\active=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@MIDDLE_COLOR_HEX@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #aed4a1, #141312
|
|
||||||
Palette\inactive=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@MIDDLE_COLOR_HEX@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #aed4a1, #141312
|
|
||||||
Palette\disabled=#929190, #dedcdb, #ffffff, #e2e1e0, #686766, #b0aeac, #a5a4a4, #ffffff, #979695, #f4f4f4, #d6d5d3, #3c3b3b, #d6d5d3, #929190, #97bcdf, #c1b6d7, #eeece9, #000000, #aed4a1, #141312
|
|
||||||
|
|
||||||
|
Palette\active=#141312, #c8d1e0, #d4dcf0, #b5c5e6, #3e5985, #7599d7, #141312, #ffffff, #141312, #ffffff, #a3b7e1, #273853, #418bd4, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #c0daff, #141312
|
||||||
|
Palette\inactive=#141312, #c8d1e0, #d4dcf0, #b5c5e6, #3e5985, #7599d7, #141312, #ffffff, #141312, #ffffff, #a3b7e1, #273853, #418bd4, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #c0daff, #141312
|
||||||
|
Palette\disabled=#6c7891, #bcc8da, #c8d3ec, #aabce3, #3b557f, #6a92d5, #a5a4a4, #ffffff, #838891, #f4f4f4, #97afde, #263651, #97afde, #6c7891, #97bcdf, #c1b6d7, #eeece9, #000000, #c0daff, #141312
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Customize any plain widget that is a child of a QMainWindow. */
|
|
||||||
.AWizardFace {
|
.AWizardFace {
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-image: url(:/design/bg.png);
|
background-image: url(:/design/bg.png);
|
||||||
@ -6,29 +6,101 @@
|
|||||||
background-repeat: no-repeat
|
background-repeat: no-repeat
|
||||||
}
|
}
|
||||||
|
|
||||||
|
AWizardFace > QScrollArea {
|
||||||
|
border-width: 2px;
|
||||||
|
border-color: #5175AE;
|
||||||
|
border-style: solid;
|
||||||
|
border-radius: 5;
|
||||||
|
background-color: rgba(234, 232, 226, 50%);
|
||||||
|
}
|
||||||
|
|
||||||
.ACenterFace {
|
.ACenterFace {
|
||||||
border-style: none;
|
border-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ACenterFace #modules_view {
|
.ACenterFace #modules_view {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Nice WindowsXP-style password character for password line edits. */
|
.ACenterFace #modules_view QToolButton:hover {
|
||||||
|
border-width: 1px;
|
||||||
|
border-color: #5175AE;
|
||||||
|
border-style: solid;
|
||||||
|
background-color: white;
|
||||||
|
border-radius: 5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.AWizardFaceStepList {
|
||||||
|
border-style: none;
|
||||||
|
border-top-right-radius: 1ex;
|
||||||
|
border-bottom-right-radius: 1ex;
|
||||||
|
background-image: url(:/design/bg-steplist.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
.AWizardFaceStepList QLabel {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Nice WindowsXP-style password character */
|
||||||
QLineEdit[echoMode="2"] {
|
QLineEdit[echoMode="2"] {
|
||||||
lineedit-password-character: 9679;
|
lineedit-password-character: 9679;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Customize tooltips. */
|
|
||||||
QToolTip {
|
QToolTip {
|
||||||
background-color: rgb(@MIDDLE_COLOR_DEC@);
|
border: 2px solid #5175AE;
|
||||||
border-color: darkslategray;
|
padding: 5px;
|
||||||
border-width: 1px;
|
|
||||||
border-style: solid;
|
|
||||||
padding: 3px;
|
|
||||||
font: bold;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
opacity: 200;
|
opacity: 200;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QPushButton {
|
||||||
|
background-color: #BDD3EE;
|
||||||
|
border-width: 2px;
|
||||||
|
border-color: #5175AE;
|
||||||
|
border-style: solid;
|
||||||
|
border-radius: 5;
|
||||||
|
padding: 3px;
|
||||||
|
min-width: 9ex;
|
||||||
|
min-height: 2.5ex;
|
||||||
|
}
|
||||||
|
|
||||||
|
QPushButton:hover {
|
||||||
|
background-color: #CAE2FF;
|
||||||
|
}
|
||||||
|
|
||||||
|
QPushButton:pressed {
|
||||||
|
padding-left: 5px;
|
||||||
|
padding-top: 5px;
|
||||||
|
background-color: #CAE2FF;
|
||||||
|
}
|
||||||
|
|
||||||
|
QRadioButton, QCheckBox {
|
||||||
|
border-style: none;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QRadioButton:hover, QCheckBox:hover {
|
||||||
|
background-color: #B0C7F3;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLineEdit {
|
||||||
|
border-width: 2px;
|
||||||
|
padding: 1px;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: #5175AE;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QLineEdit:focus {
|
||||||
|
border-width: 3px;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QListView, QTreeView {
|
||||||
|
show-decoration-selected: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
QListView::item:hover, QTreeView::item:hover {
|
||||||
|
background-color: #D4E3FC;
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
components/browser-qt/design/logo_48.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
components/browser-qt/design/wzface-step-current.png
Normal file
After Width: | Height: | Size: 339 B |
BIN
components/browser-qt/design/wzface-step-done.png
Normal file
After Width: | Height: | Size: 348 B |
@ -1,9 +1,17 @@
|
|||||||
<!DOCTYPE RCC><RCC version="1.0">
|
<!DOCTYPE RCC><RCC version="1.0">
|
||||||
<qresource>
|
<qresource>
|
||||||
<file>design/bg.png</file>
|
|
||||||
<file>design/design.qss</file>
|
<file>design/design.qss</file>
|
||||||
<file>design/design.ini</file>
|
<file>design/design.ini</file>
|
||||||
|
|
||||||
|
<file>design/logo_48.png</file>
|
||||||
|
<file>design/bg.png</file>
|
||||||
|
<!--
|
||||||
|
<file>design/logo_width.png</file>
|
||||||
|
<file>design/bg-steplist.png</file>
|
||||||
<file>design/forward.png</file>
|
<file>design/forward.png</file>
|
||||||
<file>design/backward.png</file>
|
<file>design/backward.png</file>
|
||||||
|
-->
|
||||||
|
<file>design/wzface-step-done.png</file>
|
||||||
|
<file>design/wzface-step-current.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
Before Width: | Height: | Size: 931 KiB After Width: | Height: | Size: 864 KiB |