File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77
88#define upn (val, start, end ) for (int val = start; val <= end; ++val)
99#define JRef QJsonValueRef
10- #define VERSION " v1.3 "
10+ #define VERSION " v1.4 "
1111
1212W3MayaAnimUtil::W3MayaAnimUtil (QWidget *parent)
1313 : QMainWindow(parent)
1414 , ui(new Ui::W3MayaAnimUtil)
1515{
1616 ui->setupUi (this );
1717 // ui->textLog->setFontPointSize(20);
18- ui->textLog ->setHtml (" Welcome to <span style=\" font-weight:700;\" >W3MayaAnimUtil " + QString (VERSION " (" __DATE__ " )" ) + " </span>!<br>Made by <span style=\" color:#6f00a6;font-weight:700;\" >nikich340</span> for better the Witcher 3 modding experiene.<br><br>Click \" Load anim .json\" to start" );
18+ ui->textLog ->setHtml (" Welcome to <span style=\" font-weight:700;\" >W3MayaAnimUtil " + QString (VERSION " (" __DATE__ " )" ) + " </span>!<br>Made by <span style=\" color:#6f00a6;font-weight:700;\" >nikich340</span> for better the Witcher 3 modding experiene.<br><br>Click \" Load anim .json\" to start" );
1919 ui->spinSensivity ->setMinimum (0.0000000001 );
2020 ui->spinSensivity ->setSingleStep (0.00001 );
2121 ui->spinSensivity ->setValue (0.00001 );
You can’t perform that action at this time.
0 commit comments