Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 70c2b2d5 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

UI: Disable cursor blinking

parent 2f2aead0
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!11Change a bit the UI + Add simple scripts support
...@@ -34,6 +34,9 @@ VivyApplication::exec() noexcept ...@@ -34,6 +34,9 @@ VivyApplication::exec() noexcept
QTextStream stylesheetStream(&stylesheet); QTextStream stylesheetStream(&stylesheet);
setStyleSheet(stylesheetStream.readAll()); setStyleSheet(stylesheetStream.readAll());
// Cursor blinking
setCursorFlashTime(0);
// Show the main window // Show the main window
MainWindow mainWindow; MainWindow mainWindow;
mainWindow.show(); mainWindow.show();
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter