qt5 tag

25 questions


1 answers
111 views
0
Regarding licensing requirements when publishing applications using LGPL Qt

We are currently developing a desktop application using the Qt LGPL version.I have a question because there is something I am not sure about publishing the desktop application I developed.The license ...

1 years ago

1 answers
70 views
0
Build webview in QT5.9.1

I'd like to try the webiview of the QT5.9.1 sample.When I built webview.pro, it ended blank.Building minibrowser.pro Unknow module(s) in QT:webviewfailed to build with the build.I'm in trouble because...

qt5
1 years ago

1 answers
128 views
0
How to create a Qt environment on Raspbian lite (cannot create a cross-compile environment)

Thank you for your help.http://wiki.qt.io/Raspberry_Pi_Beginners_GuideI am trying to create a Qt Embedded environment on Raspberry Pi3 (raspbian lite) by referring to this.Download the cross-compilati...

1 years ago

1 answers
101 views
0
Make the window look inactive but still active

We are developing desktop apps on Linux and Qt.When a window is active, the title bar is colored.When deactivated, the title bar turns gray.activeinactiveThis behavior is common as an app, but even wh...

1 years ago

1 answers
116 views
0
I am using Qt5.7. How can I use DirectX?

I am currently using Windows and I wanted to use DirectX in Qt, so I would like to ask you a question.By the way, it is written in C++.

qt5
1 years ago

1 answers
66 views
0
I want the QTableWidget vertical scrollbar to the left.

I would like to display the vertical scroll bar of QTableWidget on the left, is there any way to make it smart? I know you can't do it with built-in.The reason I want to do that is because there are s...

1 years ago

1 answers
89 views
0
Error stopping Qt's application after running for a long time

If you run the Qt5 Gui application for a long time (30 minutes, 2 hours, etc.) on Windows 10, an error such as Application has stopped working will occur.A program is a program that serializes with Ar...

1 years ago

1 answers
138 views
0
I want to enable PrivateBrowsing on PyQt5

I am currently creating my own browser using PyQt5.In the process, it became necessary to use some QWebSettings (e.g., PrivateBrowsing).And I tried some of the results I looked up on the Internet, but...


2 answers
61 views
0
I want to install Qt5 on ubuntu 16.04

I would like to install Qt5 and Qtcreator on Jetson TX2.There was someone who put Qt in Jetson, so I referred to the article below.http://www.jetsonhacks.com/2017/01/31/install-qt-creator-nvidia-jetso...

1 years ago

1 answers
109 views
0
Compilation error in qt

Attempted to 'Hello World' with Qt for Beginners-Qt Wiki using c++ in vscode on docker.The main.cpp is as follows:#include<QApplication># include <QPushButton>int main (int argv, char**arg...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.