DLOGIC H2102 Cómo hacerlo - Página 7

Navegue en línea o descargue pdf Cómo hacerlo para Monitor DLOGIC H2102. DLOGIC H2102 7 páginas. Display modules. change the button color.

DLOGIC LLC
QPushButton#3 {
font: 80 32pt "FreeSans";
font-weight: bold;
color: black;
border-color: transparent;
border-style: outset;
border-radius: 8px;
border-width: 6px;
background-color: QlinearGradient( ...
}
Change the
background-color
From:
background-color: QlinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #FFFFFF, stop: 0.33 #00CC00,
stop: 1 #00FF00);
To:
background-color: QlinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #FFFFFF, stop: 0.33 #CC0000,
stop: 1 #FF0000);
Save the changed file <CTRL>S or use the menu File => Save All
Part Number: H2102
color definition line:
Page 7 of 7
Issue Date: 06-May-2015, Version 1.0
Find the Start button style definition
Build & run (press play button)
The resulting red button