Quantcast
Channel: Jobs
Browsing all 18427 articles
Browse latest View live

Reversing the layout of the window causes painting issues with QMenuBar

Basically I used the windows API to reverse the layout of the Widget Window (setLayoutDirection only changes the inner layout and does not change the layout for the titlebar). I need this so I can make...

View Article


Issue with QHeaderView visual/logical indexes

A couple of weeks ago I read this blog entry [blog.qt.digia.com] about QHeaderView and the meaning of visual and logical indexes. Because there is something in the post that I don’t understand I posted...

View Article


ITaskHandler id() method missing in QtCreator 2.6.1?

Hello, I noticed that in QtCreator 2.6.1 there isn’t anymore the id() method in ITaskHandler class. In the past, in QCreator 2.5.0 was something like this QString ITaskHandler::id () const In the code...

View Article

Qt5 MySQL crash on opening database

Hi there I’m using Qt 5.0.0 on Windows 7 ×64 (personal compile – MinGW x64). I added MySQL support in configuration and also MySQL is installed on system. MySQL libraries, headers and are visible in...

View Article

How to input character CR(Carriage Return) in QTextEdit?

As we all know, QTextEdit can be used to input characters. Characters input by user can be got by QTextEdit::toPlainText(). My application needs user to input character CR(Carriage Return) into...

View Article


Unabe to play audio/video in windows 7 64bit

Hi All, I build qt 5.0 sources I can able to create sample applications and excute succesfully. created sample application for audio/video but unable to play audio. Can I know what I need install to...

View Article

[solved]QNetwork and QLabel

Hi all, I’m sorry if my topic in the wrong forum. I have a problem. I try to get text (answer) from remote server and write it to QLabel but my code doesn’t works. Here is it: static...

View Article

Qt Creator: creating Static- and Shared-friendly libraries

Hi! I am using Qt Creator in developing Qt libraries. I want to develop my libraries in both static and shared. However when you use Qt creator, there are different sets of output files with the 2...

View Article


newbie question :flipable ListElement

hello pls help me i want to know how can i flip a Listelement in a gridview i tried it on a example: Rectangle {     id: rectangle2     x: 0     y:...

View Article


Building QTWeb (not Webkit)

Hi, I am trying to build QTWeb 3.7 and 3.7.5, without changing the code i get these errors: 1>main.obj : error LNK2019: unresolved external symbol “class QObject * __cdecl...

View Article

QMdiSubWindow and WindowFlags on MacOSX

Hi everyone, I’m need to remove the window controls from a QMdiSubWindow such that the window can’t be resized or closed by the user. The following code works on Windows7 and Linux Mint 14...

View Article

int to char conversion

The Ascii value of the characters should get the related character. I am searching for any function which does that, example for i=65, I get ‘A’.

View Article

QTreeWidget add separator between items

hi , i need a tree widget like this one on uTorrent application , i need to add separator between items how i can create this ? ty

View Article


Parents and inheritance

Hi everyone, I need some help. I’m a newbie yet, and I need do a class with a base class create by me, I need it get some variables, methods and slots of other class(its parent)…So, how I can do this....

View Article

Qt 5.0 VS2012 x64 build has x86 ICU libraries

Libraries of ICU for archive qt-windows-opensource-5.0.1-msvc2012_64-x86_64-offline-2013-01-22-414.exe are x86 instead of x64 !http://i.imgur.com/27Jem3c.png (depends screen)!. It would be nice to have...

View Article


Multiplataform Keyboard Hook

Can I do a Keyboard Hook multiplataform? If yes, please, show me what is the way

View Article

QtWebKit Windows html5 video support

Hi everyone, We have an application using Qt-4.8.4 (via PySide) that uses QtWebkit and attempts to display a video via the HTML5 <video> tag. This works correctly on Linux and Mac OS X....

View Article


pass variables to qmake on the commandline

Hi, I do crosscompiling linux/x86_64->linux/armv7 with openbricks. This works, but produces one specific compiler warning over and over again....

View Article

[SOLVED](Qt 4.8) QTableView remove selected rows?

Hi guys, I have issue with QTableView… I can’t remove selected items from the table correctly … I got two methods: for(int i=...)  { view->model()->removeRow(i); Which works fine...

View Article

Zip support in Qt?

To be honest, I am quite surprised Qt sill offers no support for working with zip archive – not only is zip the most popular (arguably the best but still) archive format, but there is a huge array of...

View Article
Browsing all 18427 articles
Browse latest View live