Style sheet not working

Ask a question about the usage of QLC+ with the Windows operating system
Post Reply
Rushfriend
Posts: 2
Joined: Thu Jan 10, 2019 12:09 am
Real Name: Thomas

Hi guys,

I'm running a show for my school in a dark setting and since the QLC+ standard interface is a bit bright for that I tried to change its looks with a theme (qlcplusStyle.qss) but I cannot get it to work.

The theme in question can be found here > https://github.com/EmerickH/qlcplus-dar ... sStyle.qss
And as far as I can see there are no error's in the code.

I tried it on my pc and my laptop but with no success.

Any known issues or solutions to get it working? The file is in the correct folder.

Thanks in advance!

Regards,
Rushfriend
Scrupus
Posts: 2
Joined: Fri Dec 25, 2015 5:52 pm
Location: Norway
Real Name: Stein
Contact:

Hi,

can't help with Windows, but your stylesheet works pretty nice in Linux! Was looking for some examples, hard to find but then I found yours :)
Dad113
Posts: 7
Joined: Fri Jul 05, 2019 12:15 pm
Real Name: Andrey

I under Windows 10 64 it also does not work
BillDoE
Posts: 31
Joined: Fri Apr 05, 2019 6:23 am
Real Name: Bill K

It Works on my Win 10 x64 box. You had a few problems with GrandMasterSlider but it works.
I just want to resize the ClickAndGo Square box ,but I can't fugure out the Widget Names.

I added QLabel and VirtualConsole to get it working and Other stuff I was trying out:

Code: Select all

/*  ### VirtualConsole ###  */
VirtualConsole QSlider{
  /* background-color:red; */
}

VirtualConsole QLabel {
    /* color: blue; */
    padding: 3px;
    font:bold 12px;
}
/* 
VirtualConsole QLabel::hover{
  background-color:blue;
} */

VirtualConsole QGroupBox{
  background: yellow;
  color: red;
  font: bold;
  padding: 10px;
  margin: 1px;
  /* border: none; */
}
VirtualConsole QPushButton{
  /* color:blue; */
  font: bold;
}

VirtualConsole QWidget QDial{
  background-color:blue;
}
/* ##### GrandMaster ##### */

GrandMasterSlider QLabel{
  /* color:black; */
  /*background-color: transparent;
  border: 0px solid black;*/
}
GrandMasterSlider QSlider{ 
  /* background-color:blue; */
}
RPi4b 4GB
Post Reply