tagged [qt]
Qt Creator color scheme
Qt Creator color scheme I like the dark "FakeVim" color scheme in Qt Creator. However it only makes the editor part dark while everything else stays normal, which is a bit disturbing. Is there any way...
- Modified
- 6 Aug at 12:53
Best C# bindings for Qt?
Best C# bindings for Qt? I've written a game in C# with SDL.NET and OpenGL. I want to add a menu to it, for which I need Qt. What bindings do you recommend for Qt in C#? - [Qyoto](http://techbase.kde....
How do I create a pause/wait function using Qt?
How do I create a pause/wait function using Qt? I'm playing around with [Qt](https://en.wikipedia.org/wiki/Qt_%28software%29), and I want to create a simple pause between two commands. However it won'...
Install Qt on Ubuntu
Install Qt on Ubuntu Need to build simple GUI application. For this reason I decided to install Qt on my Ubuntu 16. I have downloaded open source Qt edition [from theirs site](https://www.qt.io/downlo...
How to enable C++11 in Qt Creator?
How to enable C++11 in Qt Creator? The title is pretty self-descriptive. I've downloaded Qt Creator 2.7.0, and I am trying to compile some basic C++11 code: I'm receiving the following error: Yet, acc...
an error in qt_creator
an error in qt_creator I begin to study qt (I have qt creator, last version), so I read the reference how to begin to work with it and I'm trying to compile project "Animated Tiles" but I receive an e...
- Modified
- 11 Jul at 17:3
Qt application not exiting, staying in memory
Qt application not exiting, staying in memory Here is the code I am having trouble with: This is how I am starting my Application. In the Application (TryQt) I am creating several other `QWidgets` and...
Creating/writing into a new file in Qt
Creating/writing into a new file in Qt I am trying to write into a file and if the file doesn't exist create it. I have searched on the internet and nothing worked for me. My code looks currently like...
C# vs. C++ in a cross-platform project
C# vs. C++ in a cross-platform project My team is planning to develop an application that is initially targeted for Windows but will eventually be deployed cross-platform (Mac, Linux and potentially e...
- Modified
- 10 Aug at 16:45
Styling QPushButton with CSS?
Styling QPushButton with CSS? I'm trying to create a `QPushButton` that's just got an icon and a background color. So that I can swap out the icon when the user clicks it, without any other apparent e...
Qt Should I derive from QDataStream?
Qt Should I derive from QDataStream? I'm currently using [QDataStream](http://doc.trolltech.com/4.6/qdatastream.html) to serialize my classes. I have quite a few number of my own classes that I serial...
- Modified
- 11 Mar at 20:25
to_string not declared in scope
to_string not declared in scope I am trying to make the `to_string(NUMBER)` function work in my Ubuntu computer for weeks but it never ever works in the QT environment or anywhere else. My code works ...
- Modified
- 28 Mar at 03:28
Qt: resizing a QLabel containing a QPixmap while keeping its aspect ratio
Qt: resizing a QLabel containing a QPixmap while keeping its aspect ratio I use a QLabel to display the content of a bigger, dynamically changing QPixmap to the user. It would be nice to make this lab...
Decoding printf statements in C (Printf Primer)
Decoding printf statements in C (Printf Primer) I'm working on bringing some old code from 1998 up to the 21st century. One of the first steps in the process is converting the printf statements to [QS...
Which way to go in Linux (Qt or KDevelop)
Which way to go in Linux (Qt or KDevelop) Which one of the IDE is good in terms of support for debugging, implementation and usabality. Qt or KDevelop? --- Various duplicated: - [C++ IDE for Linux?](h...
How can I tell a QTableWidget to end editing a cell?
How can I tell a QTableWidget to end editing a cell? I'm showing a popup menu to select some values in a QTableWidget. The lowest item is a "Modify list" entry, when I select it a new window should au...
QByteArray to QString
QByteArray to QString I'm having issues with `QByteArray` and `QString`. I'm reading a file and stores its information in a `QByteArray`. The file is in unicode, so it contains something like: `t\0 e\...
- Modified
- 10 Jan at 23:5
Using Qwt on Mac OS X
Using Qwt on Mac OS X How can I compile and run [Qt](http://en.wikipedia.org/wiki/Qt_%28toolkit%29) programs using [Qwt](http://qwt.sourceforge.net/) on Mac OS X? I always get an error telling me that...
How to change the Mac OS X Keyboard Layout programmatically?
How to change the Mac OS X Keyboard Layout programmatically? My Qt app supports changing input language on Linux and Windows. I want to add support for changing the input language in Mac OSX, too. Unf...
- Modified
- 18 Jun at 17:29
Implementing Qt File Dialog with a Different File System Library (boost)
Implementing Qt File Dialog with a Different File System Library (boost) I am writing an application which requires me to use another file system and file engine handlers and not the qt's default ones...
- Modified
- 11 Apr at 08:57
WinForms or WPF or Qt for Windows GUI with C/C++ as backend
WinForms or WPF or Qt for Windows GUI with C/C++ as backend I am to develop an application on windows. I have never done that before ;-) I need to do some heavy audio calculation, which has to be writ...
Choosing between WPF/C# and Qt/C++
Choosing between WPF/C# and Qt/C++ Me and my team are developing an application, which involves a back-end written in C++ and involves use of libraries such as OpenCV, MIL, etc. Now, we need to develo...
- Modified
- 2 Sep at 06:45
How can I prevent Gnome from showing two windows when doing alt-tab? (c++ qt app)
How can I prevent Gnome from showing two windows when doing alt-tab? (c++ qt app) I'm developing a QT/c++ application under gnome. The application a main window and QListBox child window. Both of thes...