You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks for posting this. It's hard to find PyQT QML examples and tutorials out there and your's is pretty much the only modern one I can find. However it seems you possibly forgot to commit some files.
import sudoku as su
This file does not exist and thus your app is not runnable.
The text was updated successfully, but these errors were encountered:
Thanks. I didn't think to look at your other repositories. I got it working now.
Since you seem to know your PyQt stuff I have one other question for you while I'm here. When I use QGuiApplication I can't seem to set the application style. There is no .setStyle option like there is in QApplication and the -style argument gets ignored on the command line. For some reason QGuiApplication is using a non-standard style that looks really ugly instead of gtk or fusion.
Sorry, I don't know the answer to that and I'm no longer actively working with PyQt or QML. I'm currently focusing on Clojure and ClojureScript. Best of luck to you.
First of all thanks for posting this. It's hard to find PyQT QML examples and tutorials out there and your's is pretty much the only modern one I can find. However it seems you possibly forgot to commit some files.
This file does not exist and thus your app is not runnable.
The text was updated successfully, but these errors were encountered: