it:programmiersprache:python:qt:konstanten

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
it:programmiersprache:python:qt:konstanten [23.08.2025 08:36] – gelöscht - Externe Bearbeitung (Unbekanntes Datum) 127.0.0.1it:programmiersprache:python:qt:konstanten [23.08.2025 08:36] (aktuell) – ↷ Seite von it:python:qt:konstanten nach it:programmiersprache:python:qt:konstanten verschoben marsch
Zeile 1: Zeile 1:
 +====== Python + Qt ======
 +
 +===== Konstanten =====
 +
 +| Qt   | [[https://doc.qt.io/qt-6/qt.html#AlignmentFlag-enum|AlignmentFlag]]      | AlignLeft                   |
 +| :::  | :::                                                                      | AlignRight                  |
 +| :::  | [[https://doc.qt.io/qt-6/qt.html#AspectRatioMode-enum|AspectRatioMode]]  | IgnoreAspectRatio           |
 +| :::  | :::                                                                      | KeepAspectRatioByExpanding  |
 +| :::  | [[https://doc.qt.io/qt-6/qt.html#BrushStyle-enum|BrushStyle]]            | SolidPattern                |
 +| :::  | [[https://doc.qt.io/qt-6/qt.html#GlobalColor-enum|GlobalColor]]          | green                       |
 +| :::  | [[https://doc.qt.io/qt-6/qt.html#ItemDataRole-enum|ItemDataRole]]        | DisplayRole                 |
 +| :::  | :::                                                                      | DecorationRole              |
 +| :::  | :::                                                                      | EditRole                    |
 +| :::  | :::                                                                      | TextAligmentRole            |
 +| :::  | [[https://doc.qt.io/qt-6/qt.html#MouseButton-enum|MouseButton]]          | RightButton                 |
 +| :::  | [[https://doc.qt.io/qt-6/qt.html#Orientation-enum|Orientation]]          | Horizontal                  |
 +| :::  | :::                                                                      | Vertical                    |
 +| :::  | [[https://doc.qt.io/qt-6/qt.html#PenStyle-enum|PenStyle]]                | SolidLine                   |
 +| :::  | [[https://doc.qt.io/qt-6/qt.html#ScrollBarPolicy-enum|ScrollBarPolicy]]  | ScrollBarAlwaysOff          |
 +| :::  | :::                                                                      | ScrollBarAlwaysOn           |