sliders value set to where clicked
This commit is contained in:
parent
b6b7e1c577
commit
1940ea68b1
6 changed files with 114 additions and 15 deletions
|
|
@ -46,13 +46,15 @@ void closeDebugFileLog() {
|
|||
*/
|
||||
|
||||
int main (int argc, char* argv[]) {
|
||||
|
||||
/*
|
||||
* QStringList styles = QStyleFactory::keys();
|
||||
* for(QString a : styles) {
|
||||
* log_debugcpp(a.toStdString());
|
||||
* }
|
||||
*/
|
||||
//QApplication::setStyle("Fusion");
|
||||
|
||||
QApplication::setStyle(new MixerStyle(QStyleFactory::create("windowsvista")));
|
||||
//Check if running
|
||||
//https://stackoverflow.com/questions/48060989/qt-show-application-if-currently-running
|
||||
initialize_file_log();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue