Styling QtQuick Controls ComboBox
Hi, I am currently trying to style a Combobox and I am wondering is it possible to style the ComboBoxs popup menu and how you would go about doing this? Can’t find any examples. Thanks
View ArticleApplication can't start
Hello, I got a “file not recognized: file truncated…main.o error” whenever I tried to build my app and I deleted the debug and release directories so Qt could build from scratch. Qt was finally able to...
View ArticleBuilding qt-5.1 from source in gentoo
Hi all, I am trying to build gentoo from source, as it actually isnt in the main portage tree. However, configure runs quite fine, but during the make process, the build fails at building webkit....
View ArticleSolved: Qt Creator doesn't debug a non-Qt project
Hello experts- I just started using Qt Creator in Ubuntu via a VM on Windows. I created a plain non-Qt C project using the Creator. When I tried to debug the project, I got an error message describing...
View ArticleSVG images overlapping and event handling
Hi! I’m new in Qt, and I have a question. I want to display several SVG images which may overlap eachoter and may have empty areas in them. Now – if I click/touch on a svg image (and not on a empty...
View ArticleProblem when running Release on Android kit
I’ve installed latest Android SDK, NDK, Java and Ant. I’ve stated a Nexus 7 device with Genymotion, and ADB is working fine, as well as the ‘Clean libs on Device’ button in Run settings – when clicking...
View ArticleHow to install qt add-in (for Qt 4x) for Visual Studio 2012
I researched a lot of forums, but I still could not find a solution: How to install qt add-in (for Qt 4x) for Visual Studio 2012?
View ArticleHow do you simulate a tree view in Qt Quick since it's not included in...
As mentioned in another recent post, I’m new to Qt Quick, so please bear with me. Project background: A coworker sketched up a GUI design for a new cross-platform application intended to replace a...
View ArticleWhere is Graphics View framework in Design mode?
I can’t find a Graphics View icon in the Library / Items panel. I’d like to draw some graphics. Is this feature disabled in the evaluation license version?
View ArticleMacbook pro retina
Hello, I have some bugs in my new Retina , so hope someone will help me . 1) Affichage when i use right click !http://img11.hostingpics.net/pics/392464Capturedcran20130726165033.png()!...
View ArticleStacking tabs with QTabWidgets
Greetings ! I’ve never really liked the feeling of the tabs in Qt. On the other side, I’ve always loved how tabs feel with the Opera browser. Especially the stacking feature. Basically what I want to...
View ArticleControlling DOM escape sequences
I’m using XML for saving and loading my application data. I started with QXmlStreamReader and QXmlStreamWriter. When writing the data, it escaped quotes, angle brackets, and things I would expect. Now,...
View ArticleHow to use custom library?
I have create a lib in my project. When compile it, I got successful. But when I run it, I got a problem like that: ./testfancylineedit: error while loading shared libraries: libUtils.so.1: cannot open...
View ArticleResize a Boarderless QMainWindow
Hello everyone, I’m trying to resize and move a boarderless qmainwindow. I have used qt am stuck on this. If someone can walk me though this it would be great. I currenly have it moveing but not...
View ArticleTransition from 4.7.3 to 5.0.2 on MacOS...what am I missing
Really frustrated. I’m trying to transition from a working codebase for 4..7.3 to the newest 5.0.2 release. All the GUI forms were created with an earlier version of QtCreator (presumably something...
View ArticleSimple table for a settings class
So i generally don’t use the GUI much with qt, so i’m flat out confused with all the options. Basically all i need is a settings class to complete my little app. there are tables, columns and all sorts...
View ArticleRTSP stream is not playing.
Hi. I am trying to play RTSP stream using phonon. My operating system is Debian. I had a problem to play RTSP stream. QMediaObject is receiving stream but not playing it. I created path between...
View ArticleQTableWidget, how to check if a certain row is selected or not?
Hi, In my code, I used selectRow(int) to select rows. Now, I need to know if a certain row is selected. Is there such a function in Qt? Thanks in advance.
View ArticleQtNetwork. How to send multiple simultaneous requests via multiple proxy...
Hello. First of all I want to apologize for my bad English. Okay… I have list of accounts in format login:password and list of proxies ip:port. My task is to authorize an account and verify some of its...
View ArticleBorderless transparent QQuickView
Hello, I’ve recently started to mess around with Qt, but i ran into something I can’t seem to be able to solve: I’m trying to make a borderless QtQuick 2.0 project with rounded borders, so i wanted to...
View Article