| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Add a future statement to all Python source files.
Task-number: PYSIDE-2786
Change-Id: Icd6688c7795a9e16fdcaa829686d57792df27690
Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
|
| |
|
|
|
|
|
|
|
| |
Prepend path, fixing:
qt.svg: Cannot open file '../FileSystemModule/icons/app_icon.svg', because: No such file or directory
Pick-to: 6.7
Change-Id: I82876af19a63110f46f85222fb2bfb92ec8f1965
Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
|
| |
|
|
|
|
|
|
|
|
| |
This is bad practice which slows down the application startup.
Task-number: PYSIDE-2576
Task-number: QTBUG-119785
Pick-to: 6.6
Change-Id: I761bceab9c2a3071a9a63c347df08c75fffec84f
Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
|
| |
|
|
|
|
|
|
|
|
| |
Exception for:
- qApp and tr not being directly imported: F821
- *rc and qml modules being imported but not used: F401
Pick-to: 6.6 6.5 6.2
Change-Id: I5e40f3f54c1721ef3dc5d7f1e87d5fd8ec771b8e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
|
|
|
Since we're touching the example: improve the visualization of
files inside the tree-view and provide a minimum width and height.
Task-number: PYSIDE-2576
Task-number: QTBUG-119785
Change-Id: I47c6d3eb02436a9ab4213e9b8195b32eaaf37573
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
|