Removed debug code.

This commit is contained in:
2026-01-09 08:39:53 +01:00
parent 53b4d6e041
commit 1fc551d7d1
4 changed files with 20 additions and 111 deletions

View File

@@ -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();