The height of windowTitle?
I’m learning QT now. I have a question.How to change the height of windowTitle Bar. Just as the installation of QT(qt-windows-opensource-5.1.1-mingw48_opengl-x86-offline.exe). its windowTitle Bar looks...
View ArticleShipping multiple qm files from different projects into a single release...
I have a project with multiple ‘addons’ all derived from common parents. The common code is in a library and the addons are dlls managed by an exe. My question is about translation, I get a qm file...
View ArticleQSqlTableModel setFilter() method re-selects from database
Is there a way to filter an SqlTableModel without re-selecting from the database? Is there a way to filter the QTableView instead, and leave the underlying model alone?
View ArticleAnnoying -lGL
After fresh install xubuntu 13.04 and Qt 5.1.1 64 bits i have this annoying error when try to compile: /usr/bin/ld: cannot find -lGL make: Leaving directory `/home/xxxx/work/BigDataWeb’ collect2:...
View ArticleiOS & Android native look-and-feel
Hello, I’m developing for iOS platform for 3 years and has a bit experience in Windows Phone mobile developing. I and my friend wanna to create free cross-platform app (iOS & Android). Now we...
View ArticleInstallation problems on Linux Mint
Hello. I am using Linux Mint Olivia 15 I have followed this procedure exactly as it is: http://qt-project.org/doc/qt-4.8/install-x11.html And it will install apparently fine. But it won’t install...
View ArticleQIntValidator and Swedish QLocale problem
Hello, I have reported this issue as a bug (https://bugreports.qt-project.org/browse/QTBUG-35069), but I wonder if anyone has a thought about the following problem. If I set a QIntValidator which...
View ArticleИзменение правил подсветки синтаксиса
Работаю с pure javascript. Среда разработки Qt creator 2.8.1 под ubuntu 12.04. В надежде увидеть поддержку геттеров [developer.mozilla.org] и сеттеров [developer.mozilla.org] загружаю в настройках...
View ArticleMany data in single TableView cell
Hi. I want to make application to menage data in SQL data base, by using model/view architecture. Data should be viewed in TableView and there is my problem. I want to show many columns from database...
View ArticleNewbie needs much help in game development with Qt.
I need guidance. I have been searching the forum, but being new to C++ and Qt is making it difficult for me. I am working with a group to develop a simple RPG game. I have to design the UI and link it...
View ArticleQT in Beaglebone black, error while loading shared libraries: libQtGui.so.4
Hello: I have install QT4 in PC under Windows XP SP3 and in Beaglebone black, I have config all, compile perfectly, but when I upload binary file to Beaglebone black and try to run it display this...
View ArticlePortable Static Windows QT build
My particular configuration is Win-7 32-bit with Qt 5.1.1and mingw32. I have read the topics and found a series of DOS style commands that should create a Static build for my configuration, and have...
View ArticleQt Creator - generation of required includes in sources?
HI all! Is there a feature for automatic includes management? I mean to add required (or remove redundant) headers’ include directives to my source file? It’s rather annoying to add #include...
View ArticleHow to change position for toolbar in dock?
Subj. I can do it with mouse, but how to do it from code? The pos() method alwayes return 0,0 The frameRect(), normalRect() – look like local rect. Probably I misunderstand something?
View ArticleCan't get Icons in vertical header with QSortFilterProxyModel
Hello, I’m working on a program that reads in a text file and puts data into a QStandardItemModel attached to a QTableView. If a particular word appears in a line of text read from the file, the...
View ArticleLgpl version and md5/sha check of Qt dll files
Hello.I want to ask a few questions about Qt’s lgpl version. Is it possible to use Upx like software to decrease the sizes of Qt dll files which will deployed with the program(my program) files?(with...
View Articlespecify android platform setting by qmake
qmake support something like win32 and mac, it is quite different to specify some platform specific setting win32{ DEFINES += WIN_OS INCLUDEPATH +=...
View ArticleGantt Chart
What I need [i40.tinypic.com] I’m needing to put together a Gantt chart for a project like you can see in the image above, and I’m wondering if this is even doable with QtQuick. I downloaded it and...
View ArticleDeploy example "camera" to android phone
mac OS X 10.8.5 Qt5.2 beta1 tried api 10,14,15,19 compile with armeabi-v7a, armeabi apps : calculator(QWidget sample) phone : GT-S6310 Already add permission for camera in the manifest file Deployment...
View ArticleQDataWidgetMapper with a QComboBox and a QSortFilterProxyModel
Hi there, I’m using QDataWidgetMapper to map a column from a QSortFilterProxyModel to a QComboBox. QSqlRelationalTableModel *m_Model; QSortFilterProxyModel...
View Article