The qt tag has no wiki summary.
1
vote
1answer
30 views
What are some well-known Qt apps in Ubuntu?
I'm trying to decide between using Qt and GTK in ubuntu, but that's not the topic of this question.
I'm looking for some examples of well-known/popular apps in Ubuntu that use Qt/QML.
I think that ...
2
votes
3answers
107 views
How to compile .bat file using QT Creator
Question: How do I compile a .bat file using QT Creator?
More info: specifically, I am trying to install Windows Image Writer and the download only includes source files. The README.txt tells me to ...
0
votes
0answers
42 views
error while installing qt mobility tool kit
I am installing qt mobility tool kit
when type make the following error occurred
cd systeminfo/ && make -f Makefile make[2]: Entering directory
...
0
votes
0answers
22 views
How to setup default qt4
installed qt4 through default package manager and from source code .Now i want to make qt4 which is installed via source code as default .How to do it?
compiled qt4 is at /usr/local/Trolltech
0
votes
0answers
51 views
How to enable Eclipse and QT apps to intercept keypresses when in non-US keyboard layout?
I've got used to fact that even when I press Ctrl-Ф, [in standart cyrillic layout Ф is secondary for S], a GTK application treats that like Ctrl-S.
It's working almost anywhere in GTK apps, but not ...
0
votes
1answer
69 views
Linux: Aptitude: Howto replace a dependency by another?
I have a package named libqt4-designer and another package named libqt4-47-designer.
When I do aptitude remove libqt4-designer, Aptitude wants to remove kdesudo and many other applications.
How can I ...
1
vote
1answer
124 views
How do you install Qt 4.7.3 in Windows?
Not just that. Please specify what Environment variables should I add, and other things to configure for desktop development. -Perroquiet (Qt newbie)
2
votes
2answers
380 views
Where can I find a version of Qt designer to download for Linux?
I would like to use Qt designer to edit my GUI applications,
But I can't find a URL to download!!
1
vote
1answer
101 views
Since that I can use Qt creater to open main.ui, But why I can't?
I had download QT creator and I am not familiar with that software.
I just can't use QT to open my "main.ui" file. Why?
I had chmod 777 & chown angela . All thing is done , But still I can't?
...
0
votes
1answer
117 views
How to play or pause the mplayer using the play and pause buttons of Qt window?
How to play or pause the mplayer using the play and pause buttons of Qt window, if I know the process id? Is there any command to stop and pause using PID?
0
votes
1answer
433 views
problem in installing qca-ossl plugin
I have been trying to compile and install the qca-ossl plugin for qca and qt.
QT, QCA and openssl i installed without any problems. But now i have to compile qca-ossl.
While compiling some error ...
0
votes
1answer
669 views
Bin file installation problem: “cannot execute binary file”
I downloaded Qt SDK file (530 MB and file is ok) qt-sdk-linux-x86-opensource-2010.05.1.bin.
I typed in the console (slackware), like in the manual for installation at the site:
chmod u+x
...
0
votes
1answer
271 views
Ubuntu 10.10 “-unix is deprecated”
HI
I'm trying to install the MeeGo development SDK and when I run the command:
# mad -t meego-core-armv7l-1.1 qmake
it gives me the error that -unix is deprecated.
I know absolutely nothing ...
0
votes
1answer
138 views
Can I update OpenSUSE's version of Qt?
I'm using OpenSUSE 11.2 which has Qt 4.5.3.
Can I update its Qt to version 4.6? If yes, how?
1
vote
3answers
139 views
What is Qt? And where do I get it?
How do I install Qt-devel (4.5)? Where do I get it?
I need to compile cpp files into an executable. I have no idea how this works.
1
vote
2answers
353 views
How to install the QT module in my home directory?
I need to install QT in my home directory. How can I install QT? I have tried to install and use that module with one example. While running that program it showed me that can't locate Qt.pm in @INC. ...
10
votes
1answer
469 views
Enable Emacs-like keybindings scheme for all QT applications
As for GTK apps under Gnome environment it's possible to set all applications to use Emacs-like input scheme:
$ gconftool --set -t string /desktop/gnome/interface/gtk_key_theme Emacs
$ gconftool ...
0
votes
2answers
201 views
1
vote
3answers
742 views
Lightweight MySQL Qt GUI frontend for Linux
I'm looking for a lightweight MySQL Qt4/PyQt4 GUI frontend for Linux.
Ideally it will be very similar to sqliteman.
I did some google searches but it only finds Java monsters and herds of shareware ...
2
votes
6answers
385 views
Quick introduction to Linux needed
I have to get into Linux ASAP and realy mean ASAP.
I have installed Cygwin but as allways - things dont go as easy as one would like.
First problem i enconter was - i choose KDE package, but there is ...
0
votes
1answer
96 views
Compile and Install qtjackctl on Mac OS X
Is it possible to compile and install qjackctl on Mac OS X? If so how do you?
EDIT: When I try to install it it does this: http://paste.pocoo.org/raw/G9610d6NviAZQ7nnZCwQ/
any ideas as to why?
1
vote
1answer
245 views
compose-key mappings differ between gtk and qt apps
I'm noticing that there is an inconsistency in the output of one of the compose-key combos.
When I type ( [Compose] . . ) under Chrome, gedit, gnome-terminal, or roxterm I get the character '˙'. ...
2
votes
3answers
5k views
Installing Qt headers and libraries
I am trying to compile and install some software. When I do the ./configure. I get the following error:
checking for Qt... configure: error: Qt (>= Qt 3.0.2) (headers and libraries)
not ...
1
vote
1answer
2k views
QT Creator 64-bit Snow Leopard
I have a bunch of libraries that I need to link against that I installed via macports. They are 64-bit libraries. I'm working on an application written with QT Creator and the .pro is set up. I ...
4
votes
6answers
1k views
How can I make KDE and other non-GNOME apps inherit the Ubuntu theme?
I'm running Ubuntu (9.04) and have a bunch of different types of apps installed on my system:
GNOME apps like Firefox, gEdit.
KDE4 apps like AmaroK and KATE.
Qt apps like VLC.
Opera browser, which ...
3
votes
2answers
3k views
How do I input Greek characters in Ubuntu?
I'm taking a course in Greek, and would like to be able to store notes and such on my laptop.
I'm using Gnome, but I also use a flash card program called "Mnemosyne" that is written in Qt, if that ...