Parker
|
Registered User
|
|
|
3h |
comment |
What are the differences between Gtk+ and Qt? The "automatic settings saving" versus "OK, Apply, Cancel" is really more a Gnome versus KDE thing. Both toolkits can handle either. |
|
Sep 8 |
comment |
Setting QMainWindow at the center of screen Manually positioning windows is generally discouraged. It's the window manager's job to position windows and if your app manually centres itself, that will lead to inconsistencies. For example on my dual head system, where will your code place the window? Unless you have a very good reason, don't micromanage window placement. |
|
Sep 6 |
awarded | ● Yearling |
|
Aug 11 |
answered | How to encrypt and decrypt a file with Qt/C++? |
|
Jun 26 |
comment |
HTTPS log in with urllib2 Ive tried with both HTTPBasicAuthHandler and HTTPDigestAuthHandler, but this is still giving me 401 errors. |
|
Jun 25 |
comment |
HTTPS log in with urllib2 How do I know which "realm" and "uri" to pass to add_password? I guess it's obvious that I don't know a whole lot about HTTP and authentication. |
|
Jun 25 |
awarded | ● Student |
|
Jun 25 |
asked | HTTPS log in with urllib2 |
|
Jun 18 |
comment |
In a QTableWidget, changing the text color of the selected row What does the code you're currently using to set the text color look like? |
