qt tag

39 questions


2 answers
121 views
0
I want to send a webcam image from the server to the client.

Hello, I'm a student currently programming on Qt. Now, I'm going to use the server-side program and the client-side program to take a picture taken with the computer's webcam. I'm writing the code to ...

2 years ago

1 answers
58 views
0
I have /usr/local/Trolltech/Qt-4.8.6/lib/libQtNetwork.so.4 but I get a symbol lookup error.

klusters:symbol lookup error: /usr/local/Trolltech/Qt-4.8.6/lib/libQtNetwork.so.4: undefined symbol:_ZN16QIODevicePrivate4peakEPcxlrwxrwxrwx1 root root 21 May 12 16:03/usr/local/Trolltech/Qt-4.8.6/lib...

qt
2 years ago

1 answers
61 views
0
Setting the Include Path when Compiling Programs on the Command Line on the VS2015

I'm trying to build a distributed program using VS2015 x64 Native Tools Command Prompt.cd buildqmakenmake releaseInstructions are written as follows:Apparently using OpenCV and Qt.As a precaution, it ...

2 years ago

1 answers
121 views
0
This is about split of Qt.

sample.txtThe contents of are Apple=150range=300grape=200when I would like to, but with the code below, I will get stuck in else if(key!=grape) whether there is a scrap or not.If there is a scrap, how...

2 years ago

1 answers
110 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...

2 years ago

1 answers
63 views
0
Want to import existing sources into Qt Creator

I am a beginner who has never used IDE before.I've been working on C++ challenges in recent months.Up until now, I have compiled and run on MacOS terminals, but debugging takes time, so I thought I wo...

2 years ago

1 answers
168 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
131 views
0
Understanding How to Create Qt GUI Applications

Could you tell me how to create a GUI application using QtCreator?I would like to use the Qt GUI application project to create Notepad in Qt. I am troubled that there is no project with that name in t...

2 years ago

1 answers
83 views
0
I want to perform event processing in pyqtgraph

I don't know how to run the program below and finish it properly when I close win1,win2 in the window I created.I'd like to write a code like the so-called event handler in pyqtgraph, so please tell m...


1 answers
54 views
0
Qtcreator placed in docker container on Ubuntu 18.04 cannot input Japanese using ibus

Host OS: ubuntu-desktop 18.04 running bareharddocker image: Installation of development tools and libraries you want to use for ubuntu-desktop 18.04In this configuration, I cannot input Japanese in th...

2 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.