Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
8 views

Qt, how can i get the meta-data information of a pushButton? [migrated]

when i read some passage about Qt's Signals & Slots , they talk about meta-data just as follow. how can i get it ? .. static const uint qt_meta_data_QPushButton[] = { // content: 1, ...
0
votes
0answers
29 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
35 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
88 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)
1
vote
2answers
262 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
69 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
95 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
361 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
476 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
255 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
126 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
2answers
423 views

Java, C# or C++ Qt? [closed]

This semester, we have to choose between Java, C# or C++ Qt as a new programming language to learn. I already had C++ last semester, so I'm quite familiar with it. What do you people recommend? I know ...
1
vote
3answers
130 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
314 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. ...
7
votes
1answer
370 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
165 views

How can i move the chromium buttons to the left in KDE4?

Can I make like this : Under KDE4? How?
1
vote
3answers
596 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
352 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
90 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
222 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
4k 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
1k 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
2k 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 ...