Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing files? #1

Open
jkehler opened this issue Jul 5, 2015 · 3 comments
Open

Missing files? #1

jkehler opened this issue Jul 5, 2015 · 3 comments

Comments

@jkehler
Copy link

jkehler commented Jul 5, 2015

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.

@pkobrien
Copy link
Owner

pkobrien commented Jul 5, 2015

The sudoku Python module is in a separate repository here: https://github.com/pkobrien/sudoku

@jkehler
Copy link
Author

jkehler commented Jul 6, 2015

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.

@pkobrien
Copy link
Owner

pkobrien commented Jul 6, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants