qt creator horizontal mouse scroll not working (Shift + mouse wheel) - scroll

qt creator horizontal mouse scroll not working (Shift + mouse wheel), how can I fix this?
Qt Creator 6.0.2
Based on Qt 6.2.2 (MSVC 2019, 64 bit)
Windows 10
and
Qt Creator 7.0.1
Based on Qt 6.3.0 (GCC 11.2.0, 64 bit)
Arch Linux x86_64

Try ALT + Scroll Wheel. On Manjaro it works for me.

Related

It is possible to install qt 5.10 with qt creator 7+?

I've to recreate a work environment in a new pc and I would like to use the newest Qt Creator to work on a project that was developed in 5.10 but the maintenace tool does not allow to select that version:
I'm currently using windows 11, should I install Qt Creator 4.x that was shipped with 5.10 and then install the new Qt Creator over it?
it is actually possible to have what I would like to use?
I don't know why you are not seeing Qt 5.10 there, I do.
Anyhow, you can always install Qt Creator from an offline installer (https://download.qt.io/official_releases/qtcreator/ or from https://account.qt.io) and use the "Link with Qt" banner that is shown when you start that (if the banner doesn't show up, the same functionality is accessible via Tools > Options > Kits > Qt Versions > Link with Qt). Point that to the base directory of a Qt offline or online installer to make everything known to that Qt Creator installation automatically.

Can't run Qt 5.12.2 on macOS 10.12

There is a project I need to build using Qt. I am running macOS 10.12.6 and I have installed XCode 9.2 along with its command line tools. But after installing Qt 5.12.2 (the oldest 5.12 available through its online installer). It will not launch Qt. When I look into the ~/Qt directory, the "Qt Creator" App is showing that it is for macOS 10.13. But Qt's site says 10.12 is supported.
https://doc.qt.io/qt-5.12/supported-platforms.html
It has a footnote of: Note: Xcode 9 is only supported for application development (to be able to opt out of features such as layer-backing and dark mode), not for development of Qt itself.
Am I misunderstanding the requirement? I don't want to upgrade my OS at this points as I don't want to destabilize my other development.
While the Qt online installer ships various Qt versions, it only ships the latest Qt Creator, which is currently Qt Creator 4.11.0, based on Qt 5.14.0. Thus it is too new, as Qt 5.14.0 only supports macOS 10.13 and later.
You'll have to install Qt Creator 4.9.2, which is using Qt 5.12.4 (Qt Creator 4.10 might also work, as Qt 5.13 is supposed to still run on macOS 10.12, but I find the documentation a bit unclear - give it a try).
Install the Qt Creator simply to /Applications, to avoid any clashes with the online installer-based Qt installation. You might have to configure the installed Qt versions and kits manually then, as the alternate Qt Creator probably won't auto-detect them.

Is Xcode required to install Qt Creator with Nokia Qt SDK on Mac?

I want to start developing apps in Qt for Nokia Belle/Meego/BB10 Platforms.
I have downloaded the Nokia Qt SDK 1.2.1 (including Qt 4.7.4, Qt Mobility, Qt Quick and other components).
I'm trying to install Nokia Qt SDK on a Mac, but it asks for Xcode. I have Xcode, but don't want to install it because it occupies a lot of space. Do I need it if I have Qt Creator? What does it need it for???? I thought Qt Creator can compile things itself. Can I uninstall Xcode after I install the SDK?
Thanks
The Qt Creator is just an IDE. It needs the entire C/C++ development environment. Xcode provides such an environment.
The Qt SDK 1.2.1 is very old. Unless you need it to support an old Nokia platform, you shouldn't be using it. Go to qt-project.org and get yourself a recent version of Qt (5.1.1 at the moment). It comes with Qt Creator. You still need Xcode for the compilers for the desktop platforms.
The SDK should come with compilers and simulators for the target devices, but I don't know offhand if it will need some non-compiler tools from Xcode.

Qt example named Boxes working on Ubuntu but not on Windows (Qt 5.0.2)

I have been searching for a cross platform GUI application development framework (Same code for building Linux, Android, Windows apps and OS X) and I found Qt is best for that (Inspired because VLC media player is build with Qt).
First installed it in Ubuntu I had some problem in building examples but I managed to solve it and every examples given in Qt is working fine.
But in Windows every example is working except the "Boxes" example.
Issues:
warning: Qt was built with ANGLE, which provides only OpenGL ES 2.0 on top of DirectX 9.0c
error: This example requires Qt to be configured with -opengl desktop
After installing Qt 5.0.2 for Windows 32-bit (VS 2010, OpenGL, 476 MB)
error: Qt Creator needs a compiler set up to build. Configure a compiler in the kit options.
So, I checked Build & Run Option and it shows
you need to have qt built with opengl desktop option.
http://qt-project.org/downloads
look for Qt 5.0.2 for Windows 32-bit (VS 2010, OpenGL, 476 MB)
http://download.qt-project.org/official_releases/qt/5.0/5.0.2/qt-windows-opensource-5.0.2-msvc2010_32_opengl-x86-offline.exe.mirrorlist
after installing this qt release your example should work
Problem resolved after installing :
Microsoft Visual Studio 2010
Qt 5.0.2 for Windows 32-bit (VS 2010, OpenGL, 476 MB)
But, running the program form Qt alone works when I open the compiled exe file it shows Qt5***.dll missing.
Solving missing dll :
Open compiled exe in Dependency Walker and it will show all missing dll. Now go to
\Qt\Qt5.0.2\5.0.2\msvc2010_opengl\bin
there we can find all Qt5***.dll copy it and past it in exe location.

How to view JavaFX aplets on Linux (Ubuntu 11.10) and Mac OS?

I would like to know if is it possible to view JavaFX aplets in Firefox / Chrome, under Linux (Ubuntu) and Mac OS?
So far it works on Windows XP. I read the FAQ at http://javafx.com/faq/ and it mentions version 2.0 supporting only Windows at the moment 2011.
These are some JavaFx demos: http://jfx.wikia.com/wiki/Demos
Thanks in advance!
You can download JavaFX for linux from here
http://www.oracle.com/technetwork/java/javafx/downloads/devpreview-1429449.html
Preview release JavaFX 2.1 build b09

Resources