mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2025-01-23 22:22:11 +08:00
compile error fixed in example
This commit is contained in:
parent
c873041d93
commit
477f48be70
@ -23,7 +23,7 @@ int main(int argc, char* argv[])
|
||||
// you can set the system-wide default style properties early on
|
||||
// all JKQTPlotter instance created after this, will use these
|
||||
// settings as their initial settings
|
||||
JKQTPGetSystemDefaultStyle().userActionColor=QColor("red");
|
||||
JKQTPGetSystemDefaultStyle().userActionFontSize=10;
|
||||
|
||||
TestStyling win;
|
||||
win.show();
|
||||
|
@ -10,7 +10,7 @@ int main(int argc, char* argv[])
|
||||
// you can set the system-wide default style properties early on
|
||||
// all JKQTPlotter instance created after this, will use these
|
||||
// settings as their initial settings
|
||||
JKQTPGetSystemDefaultStyle().userActionColor=QColor("red");
|
||||
JKQTPGetSystemDefaultStyle().userActionFontSize=12;
|
||||
|
||||
TestStyling win;
|
||||
win.show();
|
||||
|
Loading…
Reference in New Issue
Block a user