E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
widgets
python pyqt监听键盘鼠标输入
135023456789101112131415161718192021222324252627282930313233343536373839404142434445importsysfromPyQt5.Qt
Widgets
importQApplication
滚雪球~
·
2024-01-20 07:00
python
基于arcgis js 4 动态在客户端渲染featurelayer数据,实现同一个图层的数据的增加与删除
letmap=null;require(["esri/Map","esri/views/MapView","esri/Graphic","esri/layers/GraphicsLayer","esri/
widgets
L.傲骨雄风
·
2024-01-20 01:14
arcgis
javascript
Python Qt GUI设计:UI界面可视化组件、属性概述(基础篇—4)
目录1、界面组件1.1、布局组件(Layouts)1.2、分隔组件(Spacers)1.3、按钮组件(Buttons)1.4、表项视图(ItemViews)1.5、表项组件(Item
Widgets
)1.6
weixin_44079197
·
2024-01-19 15:34
Python
QT
GUI设计
python
qt
ui
python pyqt5 加载QSS
--coding:utf-8--"""【简介】加载QSS文件"""importsysfromPyQt5.Qt
Widgets
importQMainWindow,QApplication,QVBoxLayout
SkTj
·
2024-01-19 02:36
pyside6 写个switch开关
fromPySide6importQt
Widgets
,QtCore,QtGuifromPySide6.QtCoreimportQt,QPoint,QPropertyAnimationfromPySide6
weixin_49577420
·
2024-01-18 19:02
pyqt
pyside6自定义水波纹控件
fromPySide6importQt
Widgets
,QtCore,QtGuiimportmathfromPySide6.QtCoreimportQtclassUi(Qt
Widgets
.QWidget)
weixin_49577420
·
2024-01-18 19:01
pyqt
pyside6实现图片旋转
fromPySide6importQt
Widgets
,QtCore,QtGui#定义图片大小WIDTH=200HEIGHT=200classUi(Qt
Widgets
.QWidget):def__init
weixin_49577420
·
2024-01-18 19:31
python
开发语言
slint 1.3.2 官方文档翻译05
官方手册翻译,主要用有道,希望对初学者有所帮助SlintPad在线的平台,可以用于测试-----LANGUAGEREFERENCE--
Widgets
--GridBoxGridBox-Slint1.3.2ReferenceGridBox
zhanglz888
·
2024-01-18 13:42
slint
学习
前端
开发语言
slint
学习
Python实战 -- PySide6 制作天气查询软件
console.amap.com/dev/key/appdesigner设计ui目录下Weather.ui转换为Weather.py结果显示二、完整代码importsysfromPySide6importQt
Widgets
importui.WeatherfromPySide6
星寂樱易李
·
2024-01-18 06:22
项目实践
python
开发语言
pyside
GUI
基于pyqt5+scapy 根据ip 具体端口 进行扫描 的程序
先给出代码importsysfromPyQt5importuicfromPyQt5.Qt
Widgets
import*fromscapy.allimport*importargparseimportloggingfromscapy.layers.inetimportIP
东箭武
·
2024-01-17 17:29
qt
tcp/ip
开发语言
PyQt5 QTreeWidget 树形结构递归遍历当前所有节点
代码块儿:importsysfromPyQt5.Qt
Widgets
importQTreeWidgetItem,QTreeWidge
庸了个白
·
2024-01-17 13:13
PyQt5
杂谈
pyqt5
QTreeWidget
python
Qt的pro文件demo
QT+=coreguigreaterThan(QT_MAJOR_VERSION,4):QT+=
widgets
CONFIG+=c++17#定义生成调试文件CONFIG+=debugSOURCES+=\main.cpp
晨风先生
·
2024-01-16 21:30
qt
开发语言
pyqt treeWidget树生成
生成treeWidget树与获取treeWidget树节点的数据#encoding=UTF-8importsysfromPyQt5.QtCoreimportQtfromPyQt5.Qt
Widgets
importQApplication
sky0Lan
·
2024-01-16 18:49
python
pyqt
python
cv 不能正常读取中文路径
self.selected_imgPaths,_=Qt
Widgets
.QFileDialog.getOpenFileNames(self,"打开图片",".
pythonSuperman
·
2024-01-16 17:52
调试
调试
10 个 Flutter 优秀组件
(image-fca-1652268173136)]今天我们再次讨论关于UI和
Widgets
的优秀软件包。所以......让我们开始愉快的阅读吧!
ducafecat
·
2024-01-16 16:17
子进程 子线程的关闭
子进程的关闭fromPyQt5.Qt
Widgets
importQApplication,QMainWindow,QPushButtonfrommultiprocessingimportProcess,QueueimportthreadingimporttimeclassMyProcess
pythonSuperman
·
2024-01-16 08:34
多进程多线程
PyQt
多进程
多线程
Qt中关于设置颜色(QPalette和QPixmap)
(1).设置背景颜色QPixmap是一个绘图设备pix=newQPixmap(this->size());//size(0当前客户区的大小(例子见Draw
Widgets
:)pix->fill(Qt::white
小师兄.
·
2024-01-16 06:07
2.
QT
1.
C++
python 利用pyqtgraph实时采集数据绘图并可随时查看历史曲线
pg.setConfigOptions(leftButtonPan=True,antialias=False,foreground=QColor(0,0,0))#禁止拉动图表,抗锯齿,坐标轴颜色self.main_layout=Qt
Widgets
.QGridLayout
小马在学python啊
·
2024-01-15 22:11
python
pyqt5
python
数据可视化
【Python】Pyside2 可视化实现:每秒复制源文件一行到目标文件并打印日志
其中有线程的内容,为了防止主界面卡住效果:代码:importsysimportthreadingimporttimeimportopenpyxlimportpandasaspdfromPySide2.Qt
Widgets
importQApplication
小史_猿
·
2024-01-15 16:03
Python
自己开发的小工具
python
pyqt信号与槽
importsysfromPyQt6.Qt
Widgets
importQApplication,QPushButton,QVBoxLayout,QWidgetfromPyQt6.QtCoreimportpyqtSlotclassExample
Alphapeople
·
2024-01-15 13:22
pyqt
python
开发语言
class_1:qt的安装及基本使用方式
的绘图模块:QTcharts4、QT虚拟键盘:QTVirtualKeyboard5、QTCreational4.12.2GDB二、新建QT项目文件-》新建文件或者项目-》Application(QT)-》Qt
Widgets
application
橙子@C
·
2024-01-14 21:20
QT
qt
开发语言
PyQt抖音解析下载音乐
运行效果mainimportrequests,os,refromguiimportUi_Form#UIimportsysfromPyQt5importQtGuifromPyQt5.Qt
Widgets
importQApplication
故厶
·
2024-01-14 18:34
pyqt
python
开发语言
第1章 初识wx
Widgets
内容提要1何谓wx
Widgets
?2选择wx
Widgets
的理由何在?3wx
Widgets
的结构4哪里下载和获得技术支持?
中年阿甘
·
2024-01-14 17:08
wxWidgets
3
应用开发笔记
C++
qt
windows
Cesium笔记 初始化 原生Cesium
Cesium可以从官网下载,也可以使用node下载npminstallcesium3、把node_modules文件夹中下载得Cesium,移出到public文件夹下4、将Cesium.js以及样式文件
widgets
.css
Y青阳
·
2024-01-14 10:55
cesium
笔记
【C++】wx
Widgets
库实现窗体程序
一、安装wx
Widgets
库在Debian系统上使用wx
Widgets
库来创建一个基本的窗体程序,首先需要确保已经安装了wx
Widgets
相关的库和开发工具。
一尘之中
·
2024-01-14 06:24
编程
#
C++
linux
c++
开发语言
VSCODE 开发Flutter用到的扩展
adddependency”--->回车---》然后数据自己要的插件名称即可,自动找到最新版本2、Bettercomments个性的代码注释3、AwesomeFlutterSnippets和Flutter
WidgetS
nippets
巨九越灵
·
2024-01-14 03:54
使用wxMathPlot绘制二维坐标曲线图
使用wxMathPlot绘制二维坐标曲线图工作环境:wx
Widgets
-3.0.4,codeblcok17.12,win10第一步:先下载wxMathPlot的wxMathPlot-0.1.2.tar.gz
qq_67259275
·
2024-01-13 23:28
c++
wx
Widgets
实战:实现一个带复选框的树形列表
考虑使用wxDataViewCtrl控件来实现带有复选框的子节点列表。wxDataViewCtrl提供了灵活的数据视图控件,可以轻松地实现复杂的列表结构,包括带有复选框的子节点。你可以在相应的数据模型中设置复选框属性,并在wxDataViewCtrl中显示出来。wxDataViewCtrlwxDataViewListCtrlwxDataViewTreeCtrlwxDataViewIndexList
haimianjie2012
·
2024-01-13 23:25
wxWidgets
EDA
wxWidgets
wxDataViewCtrl
c++
wx
Widgets
实战:wxRadioButton切换不同查找面板
先看看功能效果:wxRadioButton头文件:#include函数:m_rbtnMode1->GetValue()SetValue(true);创建radiobuttonm_rbtnMode1=newwxRadioButton(m_PanelAnalyse,wxID_ANY,_("BasedonLookupKeyword,ModelNameorManufacturerPartNo."),wxD
haimianjie2012
·
2024-01-13 23:25
wxWidgets
kicad
wxWidgets
GUI
c++
wx
Widgets
实战:wxGrid创建表单之复选框样式
1》创建wxGridWX_GRID*m_fieldsGridm_fieldsGrid=newWX_GRID(sbFields->GetStaticBox(),wxID_ANY,wxDefaultPosition,wxDefaultSize,0);m_fields=newFIELDS_GRID_TABLE(this,aParent,m_fieldsGrid,m_symbol);FDC_SHOW_NA
haimianjie2012
·
2024-01-13 23:25
wxWidgets
wxWidgets
kicad
wxGrid
表单
网格
wx
Widgets
实战:使用mpWindow绘制阻抗曲线
wxFreeCharthttps://forums.wx
widgets
.org/viewtopic.php?
haimianjie2012
·
2024-01-13 23:21
wxWidgets
KICAD
wxWidgets
GUI
mpWindow
c++跨平台
0111qt
~daytest.pro:QT+=coreguitexttospeechgreaterThan(QT_MAJOR_VERSION,4):QT+=
widgets
CONFIG+=c++11#Thefollowingdefinemakesyourcompileremitwarningsifyouuse
xxg-hh
·
2024-01-13 13:17
命令模式
0112qt
.pro:QT+=coreguinetworkgreaterThan(QT_MAJOR_VERSION,4):QT+=
widgets
CONFIG+=c++11#Thefollowingdefinemakesyourcompileremitwarningsifyouuse
xxg-hh
·
2024-01-13 13:17
java
开发语言
写一个qt使用鼠标绘制图形的程序
好的,下面是使用Qt创建鼠标绘制图形的程序的简要步骤:创建一个新的Qt
Widgets
应用程序。在应用程序的主窗口中添加一个QGraphicsView对象。
二院大蛙
·
2024-01-13 08:06
qt
开发语言
python PyQt Tablewidget七种基本操作
继承一下classMDFK(Qt
Widgets
.QWidget,Ui_Form):def__init__(self):super().__init__()se
TroubleSolverCK
·
2024-01-13 07:04
python
pyqt
GUI编程调试可用运行闪退的问题解决方案
问题:调试可以正常调试,运行不能正常运行classOder_Main(Qt
Widgets
.QWidget,Ui_Form):def__init__(self):super().
TroubleSolverCK
·
2024-01-13 07:34
ui
python
gif动态图片生成器,多张图片组合后生成动图...
file导入界面相关的第三方库fromPyQt5.Qt
Widgets
import*fromPyQt5.QtGuiimport*动态图片处理模块importimageio应用操作相关库importsysimportosfrom
Python集中营
·
2024-01-13 06:10
pyqt5 pyinstaller 打包 QThread QLable QscrollArea 滑动 红果短剧
UI.pyself.scrollArea=Qt
Widgets
.QScrollArea(self.centralwidget)self.scrollArea.setGeometry(QtCore.QRect
2013@Star涛
·
2024-01-13 01:25
qt
开发语言
python
pyqt
爬虫
windows
QT基础篇(3)QT5布局管理
下面是使用QSplitter类分割窗口的示例代码:fromPyQt5.Qt
Widgets
importQApplication,QMainWindow,QSplitter,QTextEditif__name
Solitude的学习日记
·
2024-01-12 17:10
qt
开发语言
python图形交互界面_PySide——Python图形化界面入门教程(二)
PySide——Python图形化界面入门教程(二)——交互Widget和布局容器——Interactive
Widgets
andLayoutContainers翻译自:http://pythoncentral.io
weixin_39838231
·
2024-01-12 14:47
python图形交互界面
Qt优秀开源项目之六:qt-material-
widgets
炫酷的Material风格Qt控件,这个开源库基于Qt
Widgets
,已经实现了20个控件,但是已经有5年没更新了,比较可惜gihub地址:https://github.com/laserpants/qt-material-
widgets
AppBarQtMaterialAppBarAutoCompleteQtMaterialAutoCompleteAvatarQtMaterialAvatarBad
草上爬
·
2024-01-12 08:24
Qt优秀开源项目
Qt
控件
meterial
Qt优秀开源项目之七:Qt实现无边框窗口FramelessWindow
FramelessHelper:Qtbasedframelesswindowclass,fullfeatures.如图所示,FramelessHelper实现了Windows系统上的QtQuick和Qt
Widgets
草上爬
·
2024-01-12 08:53
Qt优秀开源项目
Python环境搭建(Python + Qt Quick + PySide2 + VScode)
0.前言到现在还是搞不懂Qt,Qt4,Qt5,QtDesigner,QtCreator,Qt
Widgets
,QtQuick,PyQt5,PySide2,PyUic,PyRcc这些乱七八糟的名词的关系,真是好复杂的赶脚
Absoluteの零
·
2024-01-12 05:27
QtUI开发
python
qt
vscode
PyQt QTextEdit 详解
例如:fromPyQt5.Qt
Widgets
importQApplication,QWidget
Persus
·
2024-01-11 19:56
pyqt
linux
python
前端
python pyqt5 QListWidget
utf-8--'''【简介】PyQt5中QListWidget例子'''importsysfromPyQt5.QtCoreimport*fromPyQt5.QtGuiimport*fromPyQt5.Qt
Widgets
import
SkTj
·
2024-01-11 14:13
PyQt5零基础入门(二)——QLabel控件
例子显示文本importsysfromPyQt5.Qt
Widgets
import*if__name__=="__main__":app=QApplication([])label=QLabel('Helloworld
艾醒(AiXing-w)
·
2024-01-11 13:51
PyQt5入门到实践
qt
开发语言
python
pyqt5
【Flutter】 从runApp到三棵树
总结从runApp开始,通过代码我们可知,整个启动过程分为了三个步骤
Widgets
FlutterBinding初始化绑定根节点创建核心三棵树绘制热身帧voidrunApp(Widgetapp){
Widgets
FlutterBinding.ensureInitialized
鲸鱼漫步
·
2024-01-11 09:20
flutter
android
android
studio
Django报错处理
django.template.exceptions.TemplateDoesNotExist:django/forms/
widgets
/text.htmldjango.template.exceptions.TemplateDoesNotExist
Stara0511
·
2024-01-11 09:30
django
python
后端
open3d-gui 所有不同种类的部件
2.文件选择部件3.垂直可折叠部件3.1label部件3.2复选框checkbox3.3色板3.4下拉框combobox3.5拨动开关toggleSwitch3.6部件代理WidgetProxy3.7
WidgetS
tack3.8
Mr.Q
·
2024-01-11 04:05
open3d
python
PyQt5系列之基本布局与控件使用
zhu#Time:2023-12-13importxlwtimportsys,base64,xlrd,re,datetimefromPyQt5.QtGuiimportQPixmapfromPyQt5.Qt
Widgets
importQApplication
浩哥爱吃肉
·
2024-01-11 02:52
qt
开发语言
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他