Questions tagged [qt]

Qt is a cross-platform application development framework widely used for the development of application software that can be run on various software and hardware platforms with little or no change in the underlying codebase, while having the power and speed of native applications. Qt is available with both commercial and open source licenses. Questions about programming with Qt should be asked on Stack Overflow.

Qt (pronounced officially as cute (/kyut/) though commonly pronounced as Q.T. (/ˈkyu ti/)) is a cross-platform application development framework widely used for the development of GUI programs (where it functions like a cross-platform widget toolkit), and also used for developing non-GUI programs such as console tools and servers. wikipedia

Qt was created by Trolltech, and was acquired by Nokia in 2008. One month after the end of symbian development at Nokia, Nokia decided to sell Qt. From September 2012 and until now Qt is managed by the Qt Company which is subsidiary of Digia.

Note that questions about programming with Qt should be asked on Stack Overflow, since programming questions are off-topic for Super User.

147 questions
19
votes
2 answers

Can't skip login in Qt installer?

In the past, I have been able to use the Qt installers & maintenance tool without a login by agreeing to GPL licensing and pressing the skip button. But today I discovered that skip button is no longer appearing. Searching for this issue has so far…
01d55
  • 293
2
votes
2 answers

Where can I find a version of Qt designer to download for Linux?

I would like to use Qt designer to edit my GUI applications, But I can't find a URL to download!!
Angela
  • 49
2
votes
0 answers

qmldir: plugin cannot be loaded for module "myplugin": module namespace QuickQanava

I am using qml with QuickQanava for loading a plugin and I am getting error while loading the 'QuickQanava' plugin from my QML file in windows and I have built my application using Visual Studio. I have Set QML2_IMPORT_PATH to the plugin directories…
1
vote
1 answer

Is this the new place for the Qt SDK?

I'm seeing this link being referenced a lot for the Qt SDK, but it's been dead for quite some time now: http://qt.nokia.com/downloads Is this the "new" place for the Qt SDK?
fredrik
  • 550
1
vote
1 answer

How do you install Qt 4.7.3 in Windows?

Not just that. Please specify what Environment variables should I add, and other things to configure for desktop development. -Perroquiet (Qt newbie)
1
vote
1 answer

Since that I can use Qt creater to open main.ui, But why I can't?

I had download QT creator and I am not familiar with that software. I just can't use QT to open my "main.ui" file. Why? I had chmod 777 & chown angela . All thing is done , But still I can't? It shows that "main.ui" is an executeable text file ,…
Angela
  • 49
1
vote
1 answer

Disable single-click file browser behavior

Since recent Clementine update, behavior of Files tab has changed: folders and files now open on single click instead of double click. I have not found setting for this in Clementine but since the file browser is provided by Qt (Qt4 in this case), I…
Alois Mahdal
  • 2,284
0
votes
1 answer

How to play or pause the mplayer using the play and pause buttons of Qt window?

How to play or pause the mplayer using the play and pause buttons of Qt window, if I know the process id? Is there any command to stop and pause using PID?
yamuna
  • 1
0
votes
1 answer

What script does set my QT_AUTO_SCREEN_SCALE_FACTOR env variable to zero by default?

I'm struggling to set default value of QT_AUTO_SCREEN_SCALE_FACTOR in my system (debian bullseye). But it seems that value I put a setter into .profile is ignored. Anyway the environment variale is set but its vaule is zero. I searched my .profile,…
ardabro
  • 475
0
votes
0 answers

How do I stop "Maintain QT" from appearing on Windows Boot?

Everytime I restart Windows, the QT creator shows up: Also I noticed this is running from this Start Menu/Programs/Startup/ folder, I don't know why this is there: Finally, I noticed that when I search for "QT" on the start menu, I can't find the…
Bersan
  • 101
0
votes
0 answers

QT creator - issues getting started

Just finished my python course and trying to get started making GUI applications. Downloaded the open source QT. Running into problems off the bat. I make a new python window application, and keep getting the import error: No module named…
-1
votes
1 answer

Multiple Qt profile directories

Is there any way to change the Qt 5 profile directory in Linux (with both installed versions Qt: for desktop and android)? The second version tries to overwrite the config files with a permission denied message. I wish to have two different configs…