当前位置:网站首页>Pyqt5:slider slider control
Pyqt5:slider slider control
2022-06-11 03:04:00 【Solitary rest】
Slider There are generally two types of controls , Horizontal and vertical , Take the horizontal as an example
# Set max min
self.horizontalSlider.setMaximum(80)
self.horizontalSlider.setMinimum(10)
# Set single step value
self.horizontalSlider.setSingleStep(2)
# Set initial value
self.horizontalSlider.setValue(40)
# Set tick mark position
self.horizontalSlider.setTickPosition(QSlider.TicksBelow)
# Set the signal and slot
self.horizontalSlider.valueChanged.connect(self.value)
# The function of the slot is to use the slider to control a label font size
def value(self):
size = self.horizontalSlider.value()
self.label_4.setFont(QFont('Arial', size))
print(' The current value is ' + str(self.horizontalSlider.value()))边栏推荐
- Application of the remote acquisition IOT gateway of the Bashir trough flowmeter in open channel flow monitoring
- How to ensure reliable delivery of messages?
- File file = new File(“test.txt“)文件路径
- 马志强:语音识别技术研究进展和应用落地分享丨RTC Dev Meetup
- Shell reads files by line
- The two departments jointly issued the nine provisions on fire safety management of off campus training institutions
- 怎样确保消息的可靠性投递?
- 深入解析问号表达式
- DNS Optimization Practice of APP network optimization
- @Controller @transactional @service annotation is invalid and less dependent
猜你喜欢

HUST软件工程(实验2)--TDD测试驱动开发实验。

怎样简洁明了地说清楚产品需求?

com. mchange. v2.c3p0. Combopooleddatasource red

Young people fleeing big cities: shouldering housing prices and pressure, but not epidemics

Will your company choose to develop data center?

第七章 常用的协议简介(1)

HQChart钉钉小程序教程1-创建K线图

Cygwin reports an error child_ info_ fork::abort: XXX. dll: Loaded to different address: parent(XXX) != child(XXX)

Manon's advanced road - Daily anecdotes

6 best WordPress Image optimizer plug-ins to improve WordPress website performance
随机推荐
20220610 Friday
Log4j:error category option "1" not a decimal integer
[big guy show] aiops in the eyes of Borui data, choosing the right track and the right people
6 best WordPress Image optimizer plug-ins to improve WordPress website performance
Deep parsing of question mark expressions
基于互联网架构演进, 构建秒杀系统
B_ QuRT_ User_ Guide(20)
OpenJudge NOI 1.13 17:文字排版
AOSP - Developer mode is enabled by default
两部门联合印发《校外培训机构消防安全管理九项规定》
Shell 按行读取文件
Longest increasing subsequence
2022年熔化焊接与热切割操作证考试题库及答案
Help you distinguish GNU, GCC, GCC and G++
Will your company choose to develop data center?
CPT 102_ LEC 20
pip 安装 qt5 。
CPT 102_ LEC 13-14
三维GIS行业需求及展望
jdbc工具類的問題