For issues relating to using the Qt framework, version 4.8.

learn more… | top users | synonyms

0
votes
1answer
30 views

QT auto start aplication with OS

I have a problem with this operation only in windows 8. here is the code which work in other Windwos OS (Win7/Vista/XP) #ifdef Q_WS_WIN QSettings ...
1
vote
0answers
13 views

QWebView 4.8.3 with jQuery Mobile 1.3.1 has widget scrollbar and content sizing issues

I'm using Qt Creator to create an HTML 5 / C++ hybrid app with jQuery Mobile as the javascript framework. The Qt version I'm using is 4.8.3 and the jQuery Mobile framework I'm using is 1.3.1. I'm ...
1
vote
0answers
23 views

QxtLogger (From libQxt) prints its Messages in Application Output

I am using QxtLogger (from libQxt) for logging in our application. It was working fine with Qt 4.7.3. I recently updated to Qt 4.8, Since then log messages from QxtLogger are getting printed in ...
1
vote
0answers
103 views

Deploying Qt with Mac OS X app - how not to load any plugins?

I want to package Qt 4.x shared libraries together with my application so that users do not have to install the Qt frameworks. With a build script, I correctly patched all my Qt dependencies and ...
1
vote
1answer
123 views

How to include icons in application when using Pyinstaller 2.0 ,PySide 1.1.2 Bindings and Qt 4.8

what script looks like what working app should look like Before posting I have looked at the following question and tried to use it as a guide to make my script work properly but it was of ...
1
vote
0answers
68 views

Proper way to stop QAudioOutput (or bug?)

(Under Qt 4.8.2 4.8.3, Qt MultimediaKit 1.2, Linux (edit: Kubuntu 12.10, qt from packages) I have a QAudioOutput which is fed with data every 20ms. If I stop it via ::stop(), stateChanged() signal is ...
1
vote
3answers
88 views

QDataStream uses sometimes 32 bit and sometimes 40 bit floats

I am writing an application that is supposed to write an array of floats to a WAVE file. I am using a QDataStream for this, but this results in a very improbable output that I can't explain. It seems ...
3
votes
1answer
142 views

How change the background color for a blank cell in QTableWidget

If a cell have some data,using tableWidget->item(8,0)->setBackgroundColor(Qt::red); will work. But if a cell is blank it will fail.
0
votes
0answers
31 views

Remove entries from QWebHistory (Qt 4.8)

I need to remove entries form the QWebHistory of QWebPage. I managed to remove an entry but it is still shown as empty page in the web browser. In the header of the history the history item count is ...
0
votes
1answer
95 views

How to get a value from QSpinBox, how to disable NextButton in QWizard

Python 3.3, PyQt 4.8.4. My knowledge of PyQt and Python (and English, I think;)) isn't good, so there are many questions in my studies. I made a draft in Qt Designer, still I can't understand how to ...
0
votes
1answer
150 views

Qt 4.8 compiling from ubuntu to windows

I have a simple app that I can compile on the desktop for Ubuntu 12.04, but not for Windows. I installed the MinGW toolchain, both from synaptic, and the QT 64-bit package from here. I went to ...
1
vote
1answer
69 views

QSpinBox not drawn correctly

I'm currently implementing a custom delegate, in part of which I need a QSpinBox to be drawn in the paint(..) method. void Sy_floatingPointPD::paint( QPainter* painter, ...
0
votes
0answers
36 views

Qt 4.8: XML uploading performance into program causes lag

I am loading an XML file into a program I created using qt. However, if I use the characters generated from this website, the program window will say it is not responding and the screen will turn ...
0
votes
0answers
60 views

QGraphicsView/QGraphicsScene rendering glitches

Let’s say I add an image to a scene and a line such that one of its endpoint is precisely on one of the corners of a pixel. When I zoom in or out the view I see that the endpoint of the line shifts ...
1
vote
0answers
32 views

Overlay items in qtgraphicsscene

I would like to draw some dynamical overlay elements in a scene. Usually I would go for the paintEvent in the view or foreground painting for doing overlays, but this time I need to interact with ...
0
votes
0answers
94 views

Qt Application crashes

I am facing a qt application crash in Windows XP. This qt application plays flash videos from YouTube using QWebkit. I am getting the below mentioned error message in the assert dialog. ASSERT: ...
0
votes
0answers
31 views

qtablewidget drop without creating new rows

I have a qtablewidget and 1 column has only checkboxes, so for those items I have these flags: /* create prototype for checkbox item */ checkItem = new QTableWidgetItem(); Qt::ItemFlags flags = ...
0
votes
0answers
74 views

cross compiling qt4.8.3 for X11

I'm trying to run qt applications on my arm based board(logic zoom) with ubuntu desktop... I had built qt embedded with the following options ./configure -v -opensource -confirm-license -prefix ...
1
vote
1answer
140 views

Qt 4.8.4 - Build machine is 10.8 with Xcode 4.6

Given my build machine is machine is OS X 10.8 with Xcode 4.6 and my Qt version is 4.8.4: Can I build Qt from source to support 10.6, 10.7 and 10.8? I assume with BASE SDK of 10.6? or is it possible ...
0
votes
1answer
46 views

Comparison of 2 string literals in JS. Is it valid?

Doesn't JS allow comparison of 2 string literals? e.g: "Some String" == "Some String" If not, was it different in some previous versions? Background of the question: I use ECMA-Script in Qt 4. My ...
0
votes
2answers
100 views

delete qtabwidget

my program keeps crashing with returncode 0. The cause is somewhere in my qtabwidget but I can't find the error. QTabWidget *layout_tabs; // create tabs void myclass::fill_tabs(void) { ...
0
votes
1answer
111 views

How can I resize a QTabWidget?

My program performs a calculation and outputs a few schematics, drawn onto a label (using QPixmap). I show a label on every tab. When the next calculation is done and the drawings are smaller, I want ...
2
votes
1answer
124 views

QApplication segmentation fault

I get a crash when try to create a QApplication object. This is my code: #include <QLabel> #include <QApplication> int main(int argc, char* argv[]) { QApplication app(argc, argv); ...
0
votes
0answers
84 views

Build error - variable environment not set correctly

I'm trying to build an opensource code on windows. I get the error: Warning: QT_QMAKE_EXECUTABLE reported QT_INSTALL_LIBS as D;/Qt/4.8.4/lib Warning: D**;**/Qt/4.8.4/lib does NOT exist, Qt must NOT ...
3
votes
0answers
509 views

Porting from Qt 4.x to Qt 5 [closed]

Has anybody ported a Qt 4.x application to Qt 5? We are about to port some software that makes extensive use of Qt 4.8. We use the Core, GUI, Network, OpenGL, Test, Webkit, and Xml libraries and our ...
3
votes
2answers
118 views

Stacking QPushButtons on the other side of a QMenuBar

I want to stack some QPushButton objects on the other side of my QMenuBar. This is how my window looks now: And this is how I want it to look like (I've photoshopped the image): I know that in ...
0
votes
1answer
100 views

Getting HTML table cell width in Qt

I am trying to create a HTML table and get cell width in Qt. I created a HTML table: QString css; css = "<style type=\"text/css\">"; css += "table.tbl {border-width: 1px;border-style: ...
1
vote
0answers
232 views

Double line in HTML table

I create HTML table in Qt: QString css; css = "<style type=\"text/css\">"; css += "table.tbl {border-width: 1px;border-style: solid;border-color: black;margin-top: 0px;margin-bottom: 0px;color: ...
1
vote
1answer
212 views

How can I add a QPushButton to QTabWidget header?

I created tab with: ui->tabWidget->addTab(widgetTab,"Title"); I want to add a refresh button after tab text "Title". How can I do that?
-2
votes
1answer
102 views

How can I change QTableWidgetItem notation to standardNotation

I have QTableWidget with 3 columns. I multiply numbers in first and second column and write result in third column. Numbers are double. The problem is: result is in scientific notation like "1.4e+3". ...
8
votes
1answer
262 views

Qt 4.8 - detect insertion and removal of sd card on mac-mini (OS X Lion)

I am completely new to developing apps on Mac. Here I have developed only 2-3 apps using Qt and none using objective-c / cocoa / xcode. Is there a way of detecting when an SD card is inserted in a ...
0
votes
2answers
131 views

How to split large style file (qss file) in QT to small file and load them all

What I am trying to do I need to split my large style file to small style files because now it is hard to read the style file(qss file) and add new styling to it. after that i need to load those small ...
0
votes
1answer
164 views

Qt - QLineEdit Should accept only integers and ” and / characters?

I have a QLineEdit & Am using it for a Measurement Conversion Application... In that QLineEdit i have to use only the Integers values. so i used the QDoubleValidator. ...
0
votes
1answer
59 views

QUrl and YouTube (Qt 4.8)

I have an encoded YouTube url (directly to the video), example: ...
1
vote
3answers
503 views

QT - QThread exclusively for object

EDIT2 Here is the solution that works for the following problem of giving a QThread exclusively to the object. I've changed the approach for the problem. I don't want to close QThread in MyClass ...
0
votes
1answer
68 views

'_get_timezone' was not declared when trying to compile using MinGW

I use QtCreator 2.6 with Qt 4.8.4 and trying to compile my code on Windows 7 x64 by MinGW (4.4, 32bits). I included Apache Thrift to my project, and got errors on file ...
0
votes
1answer
86 views

Qt - How to Use Key Pressed Event for a LineEdit which accepts only the Integers

I'm a new bie to Qt C++.. I have a QLineEdit. In which i have to Enter only the integers. If i press an Alphabet or any any other character my QLineEdit should not accept it. How to do this in qt ...
0
votes
0answers
15 views

Make customized class work with QtCreator

I created a simple Widget class that is derived from QLineEdit, now I edited the ui files, changed the QLineEdit to <widget class="LineEdit" name="lineEdit"/>, and I found that QtCreator doesn't ...
1
vote
2answers
370 views

I have a data structure defined as QMap<int,int>, how may I sort this by value?

I have a randomly generated a list of integers and populated a QMap with these values but i would like to get the QMap sorted by value
4
votes
2answers
900 views

Obtaining the Qt 4.8 SDK

I haven't used Qt on Windows in a while. I know that now we're supposed to download the open source version from the Qt Project website. But the page at http://qt-project.org/downloads has separate ...
1
vote
2answers
2k views

Qt 4.8.3 installation on Windows 7 & QtWebkit problems

I just updated my Qt to 4.8.3, because the program built from older version is not compatible to the new framework. So I have to upgrade. This process was frustrating and time consuming. So many ...
1
vote
1answer
131 views

Styling QTabWidget

I have a QTabWidget with a background gradient and two problems. How dow I remove the anoying outline around the active tab (see image)? I tried "outline: none" like with push buttons but it does ...
0
votes
1answer
47 views

Is it possible to use a QWebPage in a QThread based class?

In a QThread based class, I have a QWebPage, when loadFinished(), I need to parse the contents, it would stuck the UI. So I put everything in a thread: class Thread: public QThread { public: ...
2
votes
1answer
107 views

Would the slot get called multiple times if I connect the same slots for multiple times?

If I connect the same signal with the same slot twice, would this cause a bug? e.g the slot get called twice when the signal is emitted?
3
votes
1answer
640 views

Qt 4.8.3 GUI application on Linux looks old and doesn't match the designer preview

I installed Qt 4.8.3 and Qt Creator 2.5.2 on Fedora 17 and Ubuntu 12.04. When I create a GUI application, the visual elements look good in the Qt Designer preview window. However when I run the ...
1
vote
1answer
203 views

Qt - Stylesheet for disabled QPushButton under Windows 7 Basic Theme

I can change the font and font-color of a QPushButton using the StyleSheets. The Problem is that under the old Windows Theme the disabled Buttons shows a shaded font, but i dont know how to get rid of ...
1
vote
2answers
114 views

How to know exactly when a user expands a QTreeView item?

Is there a way to know exactly when an expand operation begins when a user, lets say clicks the expand arrow in a QTreeView? For the case when he double clicks I can catch the double-click event. I ...
1
vote
2answers
205 views

What is the fastest way to get QWidget pixel color under mouse?

I need to get the color of pixel under mouse, inside mouseMoveEvent of a QWidget (Breadboard). Currently I have this code-> void Breadboard::mouseMoveEvent(QMouseEvent *e) { QPixmap pixmap = ...
0
votes
1answer
42 views

How to pass along menu shortcuts from child widget holding focus in PyQt4?

I have a QMainWindow with a menu bar, including menu items for Save, Open and Quit with the usual shortcuts. It creates a QTableWidget that lists a bunch of different categories from which the user ...
2
votes
0answers
152 views

QLabel wordWrap setting produces unexpected sizeHint

Below is a very simple Qt ui file to show my issue. (using Qt 4.8.0 on Windows 7 64bit) To reproduce the problem, load the file in designer on Windows (may happen on other OS's too) and press ctrl+R ...

1 2 3