Danke für die Hilfe.
Wie ich schon oben schrieb: "Meine ersten Gehversuche..."
Jetzt bin ich wieder einen Schritt weiter.
Die Suche ergab 4 Treffer
- Freitag 22. Oktober 2021, 14:58
- Forum: Allgemeine Fragen
- Thema: Erste Gehversuche mit QtCreator auf macOS
- Antworten: 5
- Zugriffe: 531
- Freitag 22. Oktober 2021, 11:18
- Forum: Allgemeine Fragen
- Thema: Erste Gehversuche mit QtCreator auf macOS
- Antworten: 5
- Zugriffe: 531
Re: Erste Gehversuche mit QtCreator auf macOS
So, habe nun versucht, auf ein QLabel mit dem QObject 'label_quickView' in mainwindow.ui zuzugreifen. Leider ohne Erfolg...
Was mache ich falsch?
# This Python file uses the following encoding: utf-8
import os
from pathlib import Path
import sys
from PySide2.QtWidgets import QWidget, QApplication ...
Was mache ich falsch?
# This Python file uses the following encoding: utf-8
import os
from pathlib import Path
import sys
from PySide2.QtWidgets import QWidget, QApplication ...
- Donnerstag 21. Oktober 2021, 19:29
- Forum: Allgemeine Fragen
- Thema: Erste Gehversuche mit QtCreator auf macOS
- Antworten: 5
- Zugriffe: 531
Re: Erste Gehversuche mit QtCreator auf macOS
Super! Vielen Dank für die schnelle Hilfe!
Manchmal ist die (Python)Welt mit Brettern vernagelt...

Jetzt läuft es erstmal, wie ich es mir vorgestellt habe.
Nochmals Danke.
Manchmal ist die (Python)Welt mit Brettern vernagelt...
Jetzt läuft es erstmal, wie ich es mir vorgestellt habe.
Nochmals Danke.
- Donnerstag 21. Oktober 2021, 17:10
- Forum: Allgemeine Fragen
- Thema: Erste Gehversuche mit QtCreator auf macOS
- Antworten: 5
- Zugriffe: 531
Erste Gehversuche mit QtCreator auf macOS
Ich versuche mich zum ersten Mal an dem QtCreator.
Habe mal ein kleines Programm mit dem Creator erstellt:
# This Python file uses the following encoding: utf-8
import os
from pathlib import Path
import sys
from PySide2.QtWidgets import QApplication, QMainWindow
from PySide2.QtCore import QFile ...
Habe mal ein kleines Programm mit dem Creator erstellt:
# This Python file uses the following encoding: utf-8
import os
from pathlib import Path
import sys
from PySide2.QtWidgets import QApplication, QMainWindow
from PySide2.QtCore import QFile ...
