2
votes
2answers
79 views

Determine whether a program is a GUI or console application in Linux

I am programming in C++ using Qt-4 as framework, given a directory (i.e. /usr/bin) i would like to know whether the program is a GUI or console application. I came across some information on how to ...
-1
votes
1answer
25 views

language translation independent of qt version

On my system I am using lrelease version of qt4.7. I have generated qm file which is working fine in production environment. But unfortunately our server uses lrelease version of qt3.3 and qm file ...
0
votes
1answer
36 views

Undefined reference to 'libvlc_new" but linked correctly?

I want to use the VLC library in a ROS-based project using C++. I am using QT Creator as code editor. I tried to follow the following tutorial to implement a simple playback of a mp3 file: A simple C ...
-7
votes
1answer
87 views

I am really confused with this kind of compilation error( C ffmpeg Qt)

I downloaded the latest ffmpeg source code and successfully installed it on Ubuntu But I failed to compile a simple demo.(I did included proper headers) Here are the error messages ,just to name a ...
0
votes
3answers
68 views

gluPerspective equivalent for Qt and openGL

I'm trying to get Qt and openGL working together so that I can do away with glu and glut. I have everything working like I want it, except for my perspective matrix. I'm only painting a simple 3D ...
-1
votes
0answers
32 views

Cross Complie qt5 cpp gui app on fedora 18 and want to create exe for windows platform [closed]

just want to create .exe of my .pro which is created on fedora 18 64 bit os using qt5 and its cpp gui application. plz tell me the steps how to cross complie my project so that it creates .exe for ...
0
votes
0answers
33 views

Can't get supported resolutions of the camera for image capturing using QCamera in Qt 5.0.2 (Linux)

I am trying to write a simple program for taking photos from the webcam using Qt. There is an example project in the Qt Creator, where QCamera is used to take photos and record video. But it is not ...
1
vote
0answers
38 views

Qt: set locations for ToolTip

I need to set tooltip visible when mouse is located on the rectangles with known coordinates. How to organize that because I know how to make tooltip for a whole QWidget, but I need for exact ...
0
votes
2answers
53 views

QProcess, Cannot Create Pipe

I am running a QProcess in a timer slot at 1 Hz. The process is designed to evoke a Linux command and parse it's output. The problem is this: after the program runs for about 20 minutes, I get this ...
0
votes
0answers
22 views

Making a Desktop Window

Hi I'm using Qt to write a desktop on Linux. I'm working with a base widget. Is there a way to mark the widget as a "desktop window" to display?
0
votes
1answer
309 views

How to install Qt.-5.0.2 on ubuntu 12.10?

I've downloaded qt-linux-opensource-5.0.2-x86-offline.run and i cant install it on ubuntu. this is all i have done. $ cd /media/moslem/0EB40068B400549D/ $ chmod +x ...
0
votes
1answer
50 views

running the code as root on Qt-Creator SDK

I use Qt-Creator 2.5.2 SDK to develop C code on Linux. How is it possible to run the codes as root when it is run from the SDK interface (e.g., ctrl + R)?
0
votes
0answers
67 views

Qt for Embedded Linux: Getting error“.obj/release-static-emb-arm/qdiriterator.o” when I make

When I installed Qt4.8.4 for Embedded Linux,I got some errors.Now I hope someone can help me! I'm using "armv4l-unknown-linux-g++" instead of "linux-arm-g++",and I have set PATH in the Linux. When I ...
0
votes
1answer
41 views

Signals interrupting the message queue primitives and system calls

I have a Qt program which contains : Many Qt signal-slot pairs, for implementing some socket programming. System calls for doing some file operations Some Posix Message queue code, in which, process ...
0
votes
2answers
85 views

Qt QFile/QTextStream, unable to parse /proc/stat

I'm having a problem parsing /proc/stat with Qt. The problem I'm having is QFile states /proc/stat is both open and readable. When attempting to read the lines individually, QTextStream apparently ...
0
votes
0answers
57 views

QT Scrolling Text Multiple colors on the same line

I am trying to scroll words on the same line in different colors. I finally got thr scroll part from finding code online. The problem is I am trying to scroll text in a different color on the same ...
4
votes
2answers
53 views

QProcess Multiplatform command

I need to launch some script using QProcess. For this, under windows, I use QProcess::execute("cmd [...]");. However, this won't work if I go under some other OS such as Linux. So, I was wondering ...
0
votes
1answer
39 views

Using qtmotifextension with QT5

Currently I'm using qtmotifextension to connect QT world with old Motif UI on X11 Linux station. I'm trying to update towards QT5 but X11processEvent from QApplication has been removed. Is there an ...
0
votes
2answers
28 views

error: 'qAbs' was not declared in this scope

When I tried to install qwt manually, I got this error. How can I fix it? Thanks ahead. By the way, I also tried to install qwt by using command yum install, but after that I can't find where the qwt ...
0
votes
0answers
49 views

kscope symbol lookup error undefined symbol after including lib file with libicui18n

I have installed kscope-1.9.4 on Linux Linux 2.6.32-279...x86_64 #1 SMP Sat x86_64 x86_64 x86_64 GNU/Linux But, I got an termination error when I launch kscopeapp ...
0
votes
1answer
28 views

Can run program from Qt but can't run it from konsole

I have a a problem sounds pretty wierd. I compiled a program in Qt and it ran successfully. But when I navigated to the release folder in the konsole and ran the program (even with super user), it ...
0
votes
1answer
50 views

How to add a group pushbutton like this under QListWidget like this?

I learn to write a simple Player use Qt. I want ask, how to create a group pushbutton like this: use QGroupButton?
0
votes
0answers
60 views

compile error installing QScintilla-gpl-2.7.1 on Linux

I am installing QScintilla-gpl-2.7.1 on Linux fxdeva02 2.6.32. I got the compile error even though I defined EXT_LEXER_DECL __stdcall. #if PLAT_WIN #define EXT_LEXER_DECL __stdcall #elif PLAT_QT ...
0
votes
1answer
38 views

Minimizing application with qt

I created (in Qt5 under Linux) a small QMainWindow app. I noticed that when I'm clicking on the minimizing button, I cannot see my app anymore. In other term, I cannot see it in the bar !? I tried ...
0
votes
3answers
161 views

Starting an external program from a Qt application

I'm trying to run a program to have it launch an external linux program in ubuntu 12.04. The command works when it's typed into a terminal window but I can't seem to get it to work when it's placed ...
0
votes
0answers
43 views

try to install qscintilla2 on Linux but got “undefined reference” error

I am trying to install qscintilla2/QScintilla-gpl-2.7.1 on Linux (http://www.riverbankcomputing.co.uk/software/qscintilla/download) Linux 2.6.32 ... #1 SMP x86_64 x86_64 x86_64 GNU/Linux I got ...
1
vote
0answers
251 views

Unable to build MySQL driver (QMYSQL) for Qt5 [closed]

I tried to build MySQL driver for Qt5 (5.0.1) under ubuntu 12.10 x64 but I failed although I did all mentioned steps in Qt wiki doc!!! error message: mbnoimi-pc mysql # qmake ...
0
votes
0answers
149 views

g++ Error:expected ‘)’ before ‘*’ token

i have this piece of code.what i have tried is to subclass QGraphicsScene to reimplement its keyPressEvent() method.By the way i had to choose this peculiar implementation(especially typedef portion ) ...
0
votes
1answer
93 views

Qt How can get partition id?

How can I get the partition id in Qt? I'm searching for a good way to keep file directory without the partition name For example, I want to save the directory of a file that is in my flash memory. ...
0
votes
1answer
53 views

How to got the process id for the previous application that was on focus

I want to drop some text into a running application my program is running in background when invoked using a global hot-key I want to get the process ID for the application that was on focus. My OS ...
0
votes
2answers
40 views

Qt GraphicsScene Background does not change

i am a newbie to Qt.i am handling canvas widgets through QGraphicsScene class.But i cant change the default white background of the widget.Here is the code.i have tried to use the QBrush to set the ...
0
votes
2answers
79 views

I use QKeyEvent in my app but it do not work~~

I wanna program a retro snaker that can response my keyevent, here's my code: paint.h #ifndef PAINT_H #define PAINT_H #include<QWidget> #include<QPaintEvent> #include<QKeyEvent> ...
-1
votes
1answer
74 views

Having a hard time tracking down all linux dependencies for Qt based app [closed]

I have my app working on OSX and Win, but am having a hard time tracking down all of the required dependencies for Linux. Ideally I'd like to be able to run it on Fedora, CentOS and possibly Ubuntu. ...
0
votes
2answers
142 views

Open MS Access file in Linux

I'm trying to open MS Access database file with QT in Linux. So, I have installed Easysoft MS Access ODBC Driver with unixODBC. There is my odbc.ini file: [Easysoft ODBC-ACCESS] Description = MS ...
1
vote
2answers
47 views

Supplying parameters to a Linux binary while running it from QtProcess

The standard way to use Qprocess is as follows: QObject *parent; ... QString program = "./path/to/Qt/examples/widgets/analogclock"; QStringList arguments; arguments << "-style" << ...
0
votes
1answer
59 views

QProgressDialog not drawing during pause

I have cause to use a QProgressDialog in a loop, and I'd like the dialog to pop up and wait for user input before showing the dialog. However, the second time through the loop, the dialog remains ...
2
votes
0answers
109 views

My ioctl function is not called in kernelspace

Ok so the thing is: I am trying to create my own driver for my Gamepad right now, I found out the original reason why I wanted to create it does not exist but I still want to do it for the experience ...
0
votes
0answers
113 views

shutdown fails, need to be root

I need to shutdown the system from within my Qt Application, here is the code considered: QStringList arguments; arguments << "-h" << "now"; QProcess::execute("shutdown", arguments); ...
0
votes
1answer
92 views

Qt ODBC - Unable to error

I'm trying to open MS Access db file with QT in Linux. So, I have installed odbc plugin for qt: sudo apt-get install libqt4-sql-odbc Now there are 2 files qt4/plugins/sqldrivers directory: ...
-4
votes
1answer
32 views

how to display all system services in Qt using ubuntu [closed]

display the services names and their states. i am using the Qprocess object with readyread() signal. but it arise the error"read only file" and protected. the services means system applications.
0
votes
0answers
48 views

qt - check version number without soname file?

I try below method to avoid version soname files with my extension plugin library. qmake: How to avoid having version numbers in .so file name But, how can I check this .so file's version without ...
0
votes
0answers
65 views

GCC 4.6 and Library Linking

This is slightly academic as I've resolved it (I think!), but curious if anyone knows why it's happened. I'm working on a project that has been developed for a few years, we have a couple of ...
0
votes
2answers
351 views

Installing Qt on linux, cannot find -lGL

I'm having a hard time trying to install Qt on linux. I downloaded the .run file on the website and installed Qt. However, when I try to compile the default Hello World project using Qtcreator, I get ...
3
votes
1answer
741 views

How to build a Qt 5 static

I worked with Qt Creator 2.6.2 based on Qt 5.0.1 in a linux environnement. The application works fine on the computer where I made the compilation but when I execue it on another computer I got ...
2
votes
5answers
77 views

File search APIs on Linux

In my project, I need to show all files on user's drive filtered by the filename with a text line. Are there any APIs to do such thing? On Windows, I know, there're FindFirstFile and FindNextFile ...
0
votes
0answers
72 views

System-wide Linux Qt QSS Themes

I'm searching for any Qt themes for the Linux desktop that: are not dependent on KDE's, QtCurve, or any other Qt theme engines separate from vanilla Qt libraries, are comprised mainly of QSS (Qt ...
0
votes
0answers
74 views

Send keystroke to not focused display

I'm trying to send key events to a display event if it is not in the foreground. At the moment i'm doing the following: Display *d_; d_ = XOpenDisplay(NULL); system(QString("xdotool key ...
1
vote
2answers
70 views

QTableWidget crashes on removal of multiple rows

I want to remove multiple rows from QTableWidget (three columns), this is my code: void on_del_clicked() { QList<QTableWidgetItem *> items = ui->tableWidget->selectedItems(); ...
0
votes
1answer
107 views

Bytes written with QTcpSocket::write has not been received by server when Main Thread running in infinite loop?

I am working on an application, which interacts with server. while starting, it is loading some data from database, when database size is large then application is running in very long loop let say i ...
0
votes
1answer
76 views

pthread_create error:

i have written this piece of code for my own purpose.it will create a thread which runs a routine named event_handler().the routine event_handler will take an instance of the class object QApplication ...

1 2 3 4 5 11