Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung Nächste Überarbeitung | Vorherige Überarbeitung | ||
talit:python_pyqt_no_oop [2021-08-28 08:58] – sca | talit:python_pyqt_no_oop [2021-08-28 09:00] (aktuell) – sca | ||
---|---|---|---|
Zeile 40: | Zeile 40: | ||
</ | </ | ||
- | Es stehen viele weitere Widgets zur Verfügung wie: | + | Es stehen viele **weitere Widgets** zur Verfügung wie: |
+ | |||
+ | |**Widget**|**What it does**| | ||
+ | |QCheckbox|A checkbox| | ||
+ | |QComboBox|A dropdown list box| | ||
+ | |QDateEdit|For editing dates and datetimes| | ||
+ | |QDateTimeEdit|For editing dates and datetimes| | ||
+ | |QDial|Rotatable dial| | ||
+ | |QDoubleSpinbox|A number spinner for floats| | ||
+ | |QFontComboBox|A list of fonts| | ||
+ | |QLCDNumber|A quite ugly LCD display| | ||
+ | |QLabel|Just a label, not interactive| | ||
+ | |QLineEdit|Enter a line of text| | ||
+ | |QProgressBar|A progress bar| | ||
+ | |QPushButton|A button| | ||
+ | |QRadioButton|A toggle set, with only one active item| | ||
+ | |QSlider|A slider| | ||
+ | |QSpinBox|An integer spinner| | ||
+ | |QTimeEdit|For editing times| | ||
- | |1|2| | ||
- | |1|2| | ||