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:59] – 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**| | + | |**Widget**|**What it does**| |
- | |QCheckbox| A checkbox| | + | |QCheckbox|A checkbox| |
- | |QComboBox| A dropdown list box| | + | |QComboBox|A dropdown list box| |
- | |QDateEdit| For editing dates and datetimes| | + | |QDateEdit|For editing dates and datetimes| |
- | |QDateTimeEdit| For editing dates and datetimes| | + | |QDateTimeEdit|For editing dates and datetimes| |
- | |QDial| Rotatable dial| | + | |QDial|Rotatable dial| |
- | |QDoubleSpinbox| A number spinner for floats| | + | |QDoubleSpinbox|A number spinner for floats| |
- | |QFontComboBox| A list of fonts| | + | |QFontComboBox|A list of fonts| |
- | |QLCDNumber| A quite ugly LCD display| | + | |QLCDNumber|A quite ugly LCD display| |
- | |QLabel| Just a label, not interactive| | + | |QLabel|Just a label, not interactive| |
- | |QLineEdit| Enter a line of text| | + | |QLineEdit|Enter a line of text| |
- | |QProgressBar| A progress bar| | + | |QProgressBar|A progress bar| |
- | |QPushButton| A button| | + | |QPushButton|A button| |
- | |QRadioButton| A toggle set, with only one active item| | + | |QRadioButton|A toggle set, with only one active item| |
- | |QSlider| A slider| | + | |QSlider|A slider| |
- | |QSpinBox| An integer spinner| | + | |QSpinBox|An integer spinner| |
- | |QTimeEdit| For editing times| | + | |QTimeEdit|For editing times| |