2
votes
1answer
40 views

Can I make my QT GUI programs run after completely removing unity desktop?

Can I make my QT GUI programs run after completely removing unity desktop? I am building a desktop environment on QT. How can I run my program without unity.
0
votes
0answers
73 views

How do you install the other modules like QtMutimedia (not QtMultimediaKit)

On Ubuntu 12.10 Qt is native andthe libraries are installed for runtime, but not all of the SDK for 4.8.3. How do you install the other modules like QtMutimedia (not QtMultimediaKit in QtMobility).
1
vote
2answers
150 views

I wrote a Python/QT app that downloads files. How can I stop it from 'greying out' after few seconds?

Here's the gist. The application is still running and the progress bar will still move, but the window will grey out and if I click the X to close it, a popup shows up and says "The window X is not ...
19
votes
4answers
4k views

What's the difference between GTK and QT?

Please bear with me as I'm a newcomer to Linux. I've been writing GUI programs in REALbasic on a Mac for several years. I'm trying to learn Python and I want to write GUI apps for Linux (primarily ...
4
votes
2answers
826 views

How to distribute applications?

I am new to Ubuntu development. As a learning experience, I have written a custom chat application using qt4 and I want to deploy it in some sort of setup file. Whats the easiest way of deploying an ...