gui changes
@@ -20,6 +20,11 @@
|
||||
<file>Z.png</file>
|
||||
<file>screenshot.png</file>
|
||||
<file>wireframe.png</file>
|
||||
<file>light.png</file>
|
||||
<file>light_off.png</file>
|
||||
<file>light_on.png</file>
|
||||
<file>solid.png</file>
|
||||
<file>X_disabled.png</file>
|
||||
<file>Y_disabled.png</file>
|
||||
<file>Z_disabled.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@@ -1,21 +1,81 @@
|
||||
QToolButton#test123 {
|
||||
color: #000000;
|
||||
QToolButton {
|
||||
image: url(:/images/toolbar/placeholder.png);
|
||||
border-style: none;
|
||||
padding: 2px;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
QToolButton:checked {
|
||||
background-color: #ffffff;
|
||||
border-style: inset;
|
||||
border-width: 1px;
|
||||
border-radius: 5px;
|
||||
border-color: #b3b3b3;
|
||||
min-height: 25px
|
||||
image: url(:/images/toolbar/placeholder.png);
|
||||
border-style: none;
|
||||
padding: 2px;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
QToolButton:hover {
|
||||
border-style: solid;
|
||||
padding: 1px;
|
||||
border-width: 1px;
|
||||
border-radius: 5px;
|
||||
border-color: #a4daff;
|
||||
min-height: 25px
|
||||
}
|
||||
|
||||
QToolButton#openFile {
|
||||
image: url(:/images/toolbar/open.png);
|
||||
}
|
||||
|
||||
QToolButton#screenshot {
|
||||
image: url(:/images/toolbar/screenshot.png);
|
||||
}
|
||||
|
||||
QToolButton#x {
|
||||
image: url(:/images/toolbar/X_disabled.png);
|
||||
}
|
||||
|
||||
QToolButton#x:checked {
|
||||
image: url(:/images/toolbar/X.png);
|
||||
}
|
||||
|
||||
QToolButton#y {
|
||||
image: url(:/images/toolbar/Y_disabled.png);
|
||||
}
|
||||
|
||||
QToolButton#y:checked {
|
||||
image: url(:/images/toolbar/Y.png);
|
||||
}
|
||||
|
||||
QToolButton#z {
|
||||
image: url(:/images/toolbar/Z_disabled.png);
|
||||
}
|
||||
|
||||
QToolButton#z:checked {
|
||||
image: url(:/images/toolbar/Z.png);
|
||||
}
|
||||
|
||||
QToolButton#wireframe {
|
||||
image: url(:/images/toolbar/solid.png);
|
||||
}
|
||||
|
||||
QToolButton#wireframe:checked {
|
||||
image: url(:/images/toolbar/wireframe.png);
|
||||
}
|
||||
|
||||
QToolButton#light {
|
||||
image: url(:/images/toolbar/light_off.png);
|
||||
}
|
||||
|
||||
QToolButton#light:checked {
|
||||
image: url(:/images/toolbar/light_on.png);
|
||||
}
|
||||
|
||||
QToolButton#fileInfo {
|
||||
image: url(:/images/toolbar/info.png);
|
||||
}
|
||||
|
||||
QToolButton#help {
|
||||
image: url(:/images/toolbar/about.png);
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 932 B |
BIN
QtMeshViewer/Resources/X_disabled.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 885 B |
BIN
QtMeshViewer/Resources/Y_disabled.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 884 B |
BIN
QtMeshViewer/Resources/Z_disabled.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 883 B |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 859 B |
Before Width: | Height: | Size: 3.5 KiB |
BIN
QtMeshViewer/Resources/light_off.png
Normal file
After Width: | Height: | Size: 883 B |
BIN
QtMeshViewer/Resources/light_on.png
Normal file
After Width: | Height: | Size: 974 B |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 879 B |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 940 B |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 982 B |
BIN
QtMeshViewer/Resources/solid.png
Normal file
After Width: | Height: | Size: 880 B |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 898 B |