Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged pyqt5
0
votes
1.1k
views
1
answer
pyqt5 - How To implementing multi layer frame or widget in Qt?
How can I implement this in Qt, I am using PyQt and Qt Designer but confusing how to use layering like in ... /65856469/how-to-implementing-multi-layer-frame-or-widget-in-qt...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pyqt5
0
votes
865
views
1
answer
pyqt5 - cannot be associated with QComboBox
button of class Main don't connect with class Qcombobox of Signals from PyQt5.QtCore import QObject, ... /stackoverflow.com/questions/65886102/cannot-be-associated-with-qcombobox...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pyqt5
0
votes
888
views
1
answer
pyqt5 - Drawing graph in the dialogue box in Python
I tried to write a program that uses PyQt5 and pyqtgraph to draw a graph in a dialogue box. That program ... .com/questions/65886843/drawing-graph-in-the-dialogue-box-in-python...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pyqt5
0
votes
1.2k
views
1
answer
pyqt5 - Use pythreejs renderer object in PyQt window
I have a pythreejs Renderer object and I would like to display it in a PyQt5 window instead of a jupyter ... .com/questions/65898177/use-pythreejs-renderer-object-in-pyqt-window...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pyqt5
0
votes
1.1k
views
1
answer
pyqt5 - How can I highlight words dynamically in QTextEdit using Python?
I am trying to create a Text Matcher application using Python. I want to highlight the unmatched words ... how-can-i-highlight-words-dynamically-in-qtextedit-using-python...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pyqt5
0
votes
959
views
1
answer
pyqt5 - How to stop spacebar popup qcombobox in python
By default qcombobox performs inline autocompletion and this is working fine but when the item contains a space the ... /65928975/how-to-stop-spacebar-popup-qcombobox-in-python...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pyqt5
0
votes
987
views
1
answer
pyqt5 - how to delete an entire directory with Pyside2?
I have a QFileSystemModel and can delete empty directory with QFileSystemModel.rmdir(index). Is there a way to ... questions/66060374/how-to-delete-an-entire-directory-with-pyside2...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pyqt5
0
votes
1.3k
views
1
answer
pyqt5 - How can I change QSlider value with play?
I'm trying to change Slider value with pushbutton I did some but it is not exactly what I wanted here is some of my code def ... (1~8) on the Mainwindow. How can I figure it out?...
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pyqt5
0
votes
1.0k
views
1
answer
pyqt5 qtdesigner设计好的UI界面 增加底部布局之后全部控件集合在了左上角
没有加底部布局之前如图: 加了底部布局之后: 代码如图: main.js封装: import sys from PyQt5.QtWidgets import ... ) self.gridLayout_3.setObjectName("gridLayout_3") self.verticalLayout_4 = QtWidgets.QVBoxLayout()...
asked
Jan 29, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pyqt5
0
votes
1.1k
views
1
answer
pyqt5 的 QPlainTextEdit光标如何移动到指定行?
pyqt5 的 QPlainTextEdit光标如何移动到指定行,网上只查到 self.textEdit_Recive.moveCursor(QTextCursor.End)这种移到首尾,没有指定数字的, 我用 self. ... .moveCursor(3,QtGui.QTextCursor.MoveAnchor),没有提示错误,也没有看到效果...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pyqt5
0
votes
3.7k
views
1
answer
pyqt5 进度条多线程卡顿,求解?
点击按钮,启动进度条,也按网上方式用了多线程,但是还会卡顿,求解? import sys import time from PyQt5.QtWidgets import * from PyQt5.QtCore import ... (sys.argv) testIns = test() testIns.show() sys.exit(app.exec_())...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
pyqt5
To see more, click for the
full list of questions
or
popular tags
.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] vscode配置prettier+eslint+vetur,导致启用eslint的代码检测一直报错,该如何解决?
[2] electron应用中调用系统打印对话框后取消打印,线程阻塞,无法进行后续操作
[3] element el-table 多选选中包含展开页内
[4] SpringBoot多模块打包,程序包com.abbott.common.controller不存在
[5] html - Puppeteer Error: failed to find element matching selector "#save"
[6] 使用正则校验打包文件es6语法问题
[7] druid+baomidou实现多数据源配置,总是报 errorCode 1049, state 42000
[8] for some reason i keep getting a unindent does not match any outer indentation level (i just started python)
[9] element-ui部分表的表头选项框无法出现不确定状态
[10] laravel 框架生成的日志所有者是apache 如何让他变为 nginx?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...