Qt Creator 2.6.2 Intellisense or autocomplete does not work for headers in...
Hi All, I have moved all my header inclusions from cpp files in project to precompiled header. In such case Intellisense or autocomplete does not work for identifiers declared/defined in those headers....
View ArticleDouble window border
Hi.. I am trying my one of first applications in qt. Everything seems to work fine; Except I get double border to the window. See the image.. So if I fullscreen the window, inner border remains there...
View ArticleISS. программист С++ со знанием Qt.
В московский офис международной компании ISS на постоянную работу требуется программист С++ со знанием Qt. Факты о компании • Основана в 1996 году • Выход на международный рынок в 1999 году •...
View Articleproblem with adding custom qml module
Hey, I am writing a QML-application, where a self written module needs to be imported and used. If I put my module in the locations provided in the QtQuick2ApplicationViewer...
View ArticleAdd Row
Greeting, I’m new one here and i need some help in my project. Actually, I working on Cashed table and trying to change some things on it. But i face problem, When i trying to add new row in the table...
View ArticleQML and C++ Integration
Hello, I have gotten communication from c++ and QML using the Q_PROPERTY macro with basic types such as QString and int, but I cannot get it to work with my own custom class that extends QObject. Here...
View ArticleNMAKE: error: U1077 during compilation Qt 5.0.1
I installed Qt 5.0.1 but during compilation of a new project i get the following errors 'C:\Qt\Qt5.0.1\5.0.1\msvc2010\bin\uic.exe' is not recognized as an internal or external command, operable program...
View ArticleQt::Failing to Add QWidget as a parent to QListView
Well I am facing an issue related to layout. I have a class by name AVCHDClipListWidget which is inherited from QWidget. By using QVBoxLayout, I am setting the layout of this ListWidget as follows:...
View Articlemigrating to qt5 QGraphicsItem problem
I’ve got existing code with class based on abstract class which inhreits QGraphicsObject. In that class I call scale method with two parameters and setAcceptsHoverEvents method. When i change my qt...
View ArticleCouldn't connect() to QTcpSocket::error with the new signal/slot syntax in Qt5
Environment: Gentoo ~amd64, x11-libs/qt-core-5.0.1 (c++11 glib icu -debug -test) from qt overlay, and qt-network-5.0.1 (c++11 ssl -connman -debug -networkmanager -test). I have Qt 5.0.1 and Qt 4.8.4...
View Article[Qt Creator] Layouts inside a DockWidget
Hi, Using QT Creator, I’m trying to create a dock widget that has a series of other gadgets inside it (buttons, combo boxes and a tree widget), and have the gadgets auto-expand horizontally as the dock...
View Articleno QPrinter::PostScriptFormat in qt5
I tried to migrate from qt 4.8.4 and get the folloving error: bq. mat’ : is not a member of ‘QPrinter’ 19> C:\Qt\Qt5.0.1\5.0.1\msvc2010\include\QtPrintSupport\qprinter.h(66) : see declaration of...
View ArticleCan't compile Qt3D on Qt 5.01
hi, i’ve searched around the web and download different Qt3D sources but i can’t build it! each package give me different error the last i’ve downloaded(1_0_RC1) sais: Project WARNING: You should...
View Articleduvidas ao usar subproject, projeto compila mas quando um faz referencia a...
É um projeto simples com finalidade de aprender a usar o subprojetos. Erros q acontecem:...
View ArticleQt widgets overlapping when showing hidden widget.
I have created a layout as follows: => widget Widget=>formlayout=>widget=>formlayout=> widget => widget => widget=>formlayout => widget...
View Article2 clipboard->setTex different 2x Ctrl+v but not the desired result
I copy two different text and past one after another QString StringLog="vbghghg "; QClipboard *clipboard = QApplication::clipboard();...
View ArticleQt Creator debugger question
Hi, I am using generic project. I have executable, and I want QtCreator to attach to it and debug it. However, executable is started from a script – this script starts executable and does all the...
View Articlethe best way to create a c++ class
hi everybody, to create a c++ class i can do the following 1. first way: Personnage.cpp #include <iostream> using namespace std; class Personnage { public:...
View ArticleReplacing Silverlight based Kiosk with QtWebKit
I am looking for some thoughts on how I might replace a Silverlight based kiosk system with QtWebKit. The current application runs the Silverlight application within a custom WTL program that contains...
View ArticleQT5 moc cannot parse __declspec instruction
I am currently migrating a project from QT4 to QT5. I am now facing a problem that has not been there when using QT4 regarding dllexport and dllimport. Whenever declaring __declspec(..) for a method...
View Article