Qt is an application and UI framework. The K Desktop Environment is based on QT.
0
votes
1answer
19 views
What is this feature in Linux 'to highlight characters' with QT?
Recently I came across this site.
It says, in Linux with QT, it is possible 'to highlight characters' by pressing ShiftCtrl {Left,Right} or Shift {Left,Right}.
Could somebody please explain this ...
1
vote
0answers
25 views
Can't drag and drop in Qt Creator
I recently installed the system upgrades for my Ubuntu distro (12.10). Since the upgrades, I can't drag and drop items in Qt Creator. I found a solution that requires editing of xorg.conf.
My system ...
0
votes
1answer
34 views
How can I alter the appearance of “Qt::IBeamCursor” in ReText?
I'm running Lubuntu 12.10, fully updated. I used apt-get to install ReText 3.1.4, a qt app, and the various recommends.
I managed to get the page and font appearance to my liking by using Qt4 ...
2
votes
1answer
95 views
Qt based apps have unreadable, tiny font sizes
I'm running debian squeeze with Xfce 4.6. Today I logged onto my machine
and all Qt-based apps have really tiny font sizes. I took a screenshot with Kile, skype 2.6, Kate and gedit for comparison:
...
0
votes
0answers
179 views
Bad font after upgrade to Qt5
QtCreator is exhibiting a ugly view, the font is kinda bad,
The upper one is QtCreator and the other one is a normal Qt app.
I tried to use qtcreator -style cleanlook, but nothing changed.
UPDATE
...
3
votes
4answers
225 views
Qt programs have Greek fonts on one Debian account (QtConfig, Virtualbox and VLC)
Update: I have created a new user via adduser and Virtualbox fonts are OK there. This does not solve my problem, however... I still don't know what is going on and I'd like my own user account to have ...
0
votes
0answers
194 views
How to get keyboard input PS/2 scan codes or USB usage codes in a Qt application?
I'm trying to get the PS/2 scan codes or USB usage codes of keyboard keys pressed in a Qt application. I tried overriding QWidget::keyPressEvent() but QKeyEvent::navtiveScanCode() returns a value ...
3
votes
1answer
123 views
Encoding Problem: Qt Apps delete all non ASCII chars from files
Qt applications are deleting non-latin characters from ISO-8859 encoded files on my Gentoo system. Actually I'm trying to merge two German files with KDiff3 and P4Merge (making "Whlen" out of ...
1
vote
1answer
149 views
How to make Compose work in GTK and Qt apps?
I used Gnome for a long time, but preferred vanilla X input method (xim) over the default GTK behaviour. I just set GTK_IM_MODULE and QT_IM_MODULE enviroment variables to xim, and didn't have any ...
2
votes
1answer
199 views
Will updating KDE also update Qt?
Right now I'm using OpenSUSE 12.2 with KDE 4.9.4. If I upgrade that to KDE 4.10 in January, will it also bring in Qt 5 (or at least newer Qt packages)? Or are the Qt packages tied to the OS?
-1
votes
2answers
400 views
Building Qt: 'make clean' causes everything to get recompiled?
(This applies to Qt versions >= 4.7.3.) I made an attempt to build Qt with custom parameters on my Debian box and it actually took AGES to compile (IIRC more than 6 hours on a single-core CPU). That's ...
3
votes
1answer
343 views
Trying to use multiple Debian repositories
General situation:
I need to port a Qt project from MS Visual Studio 2010 to Linux (Debian).
In VS 2010 I have Qt v.4.8.1, but in Debian it is Qt v.4.6.1. This difference prevents me from porting, as ...
5
votes
1answer
117 views
How to dump the icon of a running X program?
Is there a way to get the icon of a running X program? When you switch between windows, you could see the icon of it, e.g through xfwm4.
1
vote
1answer
181 views
Error QProcess: Destroyed while process is still running
Edit: I discovered that the problem is not related with the script cited below, but I'll leave it there just for history.
Well, this error appears when I close texstudio with the viewer open (xdvi or ...
0
votes
0answers
162 views
Downloading and installing KDE libraries on Kubuntu 12.04
I want to start writing some simple plasmoids. However I am unable to use K-objects in QtCreator or KDevelop. I likely do not have the required libraries / SDK. How do I install it, or if I already ...