Removed debug code.
This commit is contained in:
18
main.cpp
18
main.cpp
@@ -47,25 +47,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
QApplication app(argc, argv);
|
||||
/*
|
||||
app.setStyleSheet(R"(
|
||||
QWidget {
|
||||
background-color: #F3F3F3;
|
||||
font-family: 'Segoe UI Variable', 'Segoe UI', sans-serif;
|
||||
}
|
||||
)");
|
||||
*/
|
||||
/*
|
||||
app.setStyleSheet(R"(
|
||||
* {
|
||||
font-family: 'Calibri', 'Carlito', 'Arial', sans-serif;
|
||||
font-size: 12pt;
|
||||
})");
|
||||
|
||||
*/
|
||||
//QFont font("segoe UI", 12); // Name, Größe
|
||||
//QFont font("calibri", 12); // Name, Größe
|
||||
//app.setFont(font);
|
||||
|
||||
BCMainWindow w;
|
||||
w.show();
|
||||
|
||||
Reference in New Issue
Block a user