refs #368, filter for views

This commit is contained in:
Klaus Basan
2015-01-18 23:00:01 +01:00
parent f8464a6b03
commit 23d3ea3ec5
19 changed files with 974 additions and 120 deletions

View File

@@ -0,0 +1,13 @@
QDialog {
background: black; /** background is background color here **/
background-image: url(:/textures/icons/textures/texture-inner.jpg);
}
QPushButton {
background-color: rgba(0, 0, 255, 128);
border-style: none;
border-radius:3px;
color: yellow;
padding: 3px;
margin-right: 5px;
}