|
|
@ -45,7 +45,7 @@ QPointer<UBSettings> UBSettings::sSingleton = 0; |
|
|
|
|
|
|
|
|
|
|
|
int UBSettings::pointerDiameter = 40; |
|
|
|
int UBSettings::pointerDiameter = 40; |
|
|
|
int UBSettings::crossSize = 32; |
|
|
|
int UBSettings::crossSize = 32; |
|
|
|
int UBSettings::colorPaletteSize = 4; |
|
|
|
int UBSettings::colorPaletteSize = 5; |
|
|
|
int UBSettings::objectFrameWidth = 20; |
|
|
|
int UBSettings::objectFrameWidth = 20; |
|
|
|
int UBSettings::boardMargin = 10; |
|
|
|
int UBSettings::boardMargin = 10; |
|
|
|
|
|
|
|
|
|
|
@ -265,7 +265,7 @@ void UBSettings::init() |
|
|
|
pageDpi = new UBSetting(this, "Board", "pageDpi", 0); |
|
|
|
pageDpi = new UBSetting(this, "Board", "pageDpi", 0); |
|
|
|
|
|
|
|
|
|
|
|
QStringList penLightBackgroundColors; |
|
|
|
QStringList penLightBackgroundColors; |
|
|
|
penLightBackgroundColors << "#000000" << "#FF0000" <<"#004080" << "#008000" << "#C87400" << "#800040" << "#008080" << "#5F2D0A"; |
|
|
|
penLightBackgroundColors << "#000000" << "#FF0000" <<"#004080" << "#008000" << "#FFFF00" << "#C87400" << "#800040" << "#008080" << "#5F2D0A"; |
|
|
|
boardPenLightBackgroundColors = new UBColorListSetting(this, "Board", "PenLightBackgroundColors", penLightBackgroundColors, 1.0); |
|
|
|
boardPenLightBackgroundColors = new UBColorListSetting(this, "Board", "PenLightBackgroundColors", penLightBackgroundColors, 1.0); |
|
|
|
|
|
|
|
|
|
|
|
QStringList penDarkBackgroundColors; |
|
|
|
QStringList penDarkBackgroundColors; |
|
|
|