2024-12-14
Notes on using QPrinter in Pyside6:Pyside6.8 in Win11\Python3.12 needs to substitute parameters when instantiating QPrinter, otherwise the instantiation will have inexplicable bugs...
Read More
2024-12-14
Pyside6使用QPrinter注意事项:Win11\Python3.12中Pyside6.8在实例化QPrinter中,需要代入参数,否则实例化会出现莫名bug或者十分缓慢,无法实例化在debug的时候发现的
1printer = QPrinter()
有时候无法实例化,即时可以实例化,程序也要20多秒甚至一分钟才行
解决方法:
123printer_i...
Read More
2024-12-10
Software descriptionAccording to your own needs, you can print cargo labels, waybill labels, clothing labels, flight labels, etc. There is no charge for this software. I wrote it m...
Read More
2024-12-10
软件说明根据自己的需求,可以打印货物标签、运单标签、衣服标签、航班标签等等。本软件不收费,本人自己使用Python编写的。下载链接在文末,里面有免费获取激活码方法。
选择打印机以及设置纸张选择对应的打印机,市面上的打印机,如果正常安装了驱动,那么都可以使用本软件设计打印标签。设置纸张大小,单位是毫米纸张可以设置一行多列(适用于小标签,有些小标签一行有2...
Read More
2024-12-08
cloudflare允许访问的端口,如下,
HTTP协议
80
8080
8880
2052
2082
2086
2095
HTTPS协议
443
2053
2083
2087
2096
8443
因此无法通过自定义端口代理域名.
比如你的网址或者api是通过home.xxx.fun:9003/….访问,域名是cloudflare代理DNS解析...
Read More
2024-12-06
UIIt is mainly divided into 6 parts, menu bar, element list area, element attribute editing area, preview area, batch file area, and printer area.
Firstly Choose Printer and Set Pa...
Read More
2024-12-06
UI主要分为6部分,菜单栏、元素列表区、元素属性编辑区、预览区、批量文件区、打印机区域
第一步选择打印机并设置打印的纸张大小从打印机列表中选择打印机
设置打印纸张大小,单位是毫米
创建模板增加模板元素 (Text/Shape/Image/TimeStamp)
修改模板元素的属性对所有元素可以修改位置/角度/比...
Read More