Benutzer-Werkzeuge

Webseiten-Werkzeuge


en:qt

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
en:qt [2022/08/25 10:39] – [Precondition] roehneren:qt [2023/05/09 14:50] (aktuell) – [Precondition] roehner
Zeile 1: Zeile 1:
 ===== Precondition ===== ===== Precondition =====
-To use the modern and powerful Qt library, you need to install the PyQt6 package. To do this, call up the command Install //tools/install packages with PIP// via the GuiPy tools menu and enter //PyQt6// as the package name.+To use the modern and powerful Qt library, you need to install the PyQt6 package. To do this, call up the command Install //tools/install packages with PIP// via the GuiPy tools menu and enter //PyQt6// as the package name. You can use the //pip list// command to display the list of currently installed packages.
  
 In addition, you should install the PySide6 package in order to be able to run source code based on it. In addition, you should install the PySide6 package in order to be able to run source code based on it.
Zeile 74: Zeile 74:
 ==== CheckBox ==== ==== CheckBox ====
 {{:checkbutton.png}} {{:checkbutton.png}}
-A CheckBox may or may not be selected. The boolean method //isChecked()// returns the current status.+A CheckBox may or may not be selected. The boolean method //isChecked()// returns the current status, with //setChecked(bool)// a value is set.
  
 Example:  Example: 
en/qt.txt · Zuletzt geändert: 2023/05/09 14:50 von roehner