Grouped Listview like Windows Explorer
Is it possible to design something like this using a QListView? I would think that with a custom model its possible. But how would I create the group dividers? They need to stretch all the way across...
View ArticleDoes the QLabel use the parents StyleSheet for formatting its rich text (html...
I have a label with this text "<h1>Hello</h1>" and on the labels parent window I have a stylesheet: "h1 { font: 89px }" However, the h1...
View ArticleTCP Server/Client Application
Hi, My Server receives data (integer values) from the Clients (I called them “Drivers”). How to send data to the Viewer? How to attach my .zip archives? Thank you!
View Article[SOLVED] QLineEdit::keyPressEvent() ignores Qt::Key_Escape (keyReleaseEvent...
Hi again :) I am trying to catch the escape key to trigger the cancellation when editing QLineEdits. I’ve subclassed and at the current moment the thing is simple enough: myLineEdit::myLineEdit(QWidget...
View ArticleCannot run my android application on the emulator
Hi all, I have created a simple project “MyProjet” containing 3 sub-projects : “MyApp” the application which i’ll run on the emulator, “MyLib” a first library that “MyApp” depends on and “MyOtherLib” a...
View ArticleKit setup ignorance
Hello, I am new to QT Creator. I am using Windows 7, and do not have Visual Studio installed. I have installed the QT product, and it seems to have default Compiler and Kit already setup. Installation...
View ArticleInstalling Qt5.1.1 and QtCreator for multiple users on WinXP (32bit)
I have to deploy Qt5 onto a pool of computers running WinXP. All users on these computers should be able to use the Creator. However, after installing it as Administrator it is only visible to the...
View ArticleSetting a GUI::DisplayWindow as the parent of a QWidget
I’m fairly new to Qt, and am using the Phonon module to display video in an application. The application already has an ApplicationWindow (DisplayWindow) that’s used, which I’d like to have as the...
View Article[SOLVED] Checkboxes in QListWidget appear as locked
Hi everybody, I’m quite new to Qt, with a few months of experience. I’m currently working with a project that contains a QListWidget, mainly because it’s an easy solution to create lists of slightly...
View ArticleHow to generate documentation?
Hi Following instructions in README file of qtdoc subdirectory, I can’t generate documentation. (IIRC Specified qhp files are not present at the location, but in another place…) How can I generate QCH...
View ArticleQQuickWindow not shown
Hello, I am testing stuff but I just can’t be able to understand why the following code does not work: int main(int argc, char *argv[]) { QGuiApplication app(argc, argv);...
View ArticleHow to get QT Creator version 4.8.1
Hi, I want to install QT Creator version 4.8.1 on a Windows machine. This seems like it should be easy but it is very confusing. I was able to download and install QT version 5 which included the QT...
View ArticlePortable build
I built Qt sources statically as following but build path saved and not able to be portable! configure -no-warnings-are-errors -qt-pcre -qt-libpng -ltcg -release -developer-build -static -qt-sql-sqlite...
View ArticleWindows made of .ui files won`t show translations
Hi there I got a Problem with the qt translation system. I am using .ui files witch will be compiled with uic. I´ve made translations for them. But the windows made of .ui files always just show...
View Articlemingw 64 in Qt 4.7 [windows]
Hi, I would like to ask how to create a 64 bit application under windows in QT 4.7 with mingw64. There are some topics about this issue but they are too difficult for me :(. Can someone explain me in a...
View ArticleChange color of svg image in button
Hello everyone, I am having trouble getting a definitive answer on this from the documentation. It appears that in qt4, you could use css to override the brush used to color a svg image...
View ArticleEmbedded Private Cloud Project
So, call me ambitious. I’m setting out to build a private cloud that uses Minnowboard and runs iOS for its WebDAV capabilities. I’m calling it, for the lack of a better name, MinnowBox for now, as it...
View ArticleTips on getting started on Qt embeded
Hi guys, There is a project coming up at our lab that involves embedded devices and I am looking into this Qt embedded thing.I am fairy comfortable with Qt (Desktop) and I would be glad if more...
View ArticleBuild Error: File Not Found
I have already installed Qt 5.1.1 for Windows 64-bit (VS 2012, 525 MB) in Windows 7. I also have VS 2010 installed. When building the Notepad example, an error occurred. The message was: LNK1112:...
View ArticleQT/Embedded 哪个版本开始支持OpenGL?
最近在做嵌入式系统的3D效果,有了QT3的代码。不过貌似QTE3不支持opengl,所以想知道QTE从哪个版本开始支持opengl了。 请各位大神指点~~~
View Article