* Added non-commercial use option to enter license window * Show enter license window on first start and force license selection * Added ApplicationSettings migration that removed private/academic license and switches user to non-commercial mode * Added commandline option to choose non-commercial use and provide better hints to license selection * Removed trial mode fortune cookie message = A secret admirer will soon send you a sign of affection.
31 lines
401 B
CSS
31 lines
401 B
CSS
#title {
|
|
margin-left: 265px;
|
|
}
|
|
|
|
#licenseOption {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#licenseField {
|
|
font-family: "<setting:font_name>";
|
|
font-size: 11px;
|
|
height: 200px;
|
|
padding: 5px;
|
|
width: 470px;
|
|
}
|
|
|
|
#licenseField:disabled {
|
|
background: #F5F5F5;
|
|
}
|
|
|
|
#licenseError {
|
|
color: red;
|
|
}
|
|
|
|
QTextEdit {
|
|
background-color: rgba(255, 255, 255, 200);
|
|
border-radius: 10px;
|
|
border: 1px solid lightgrey;
|
|
color: black;
|
|
}
|