当前位置:网站首页>QT常见概念-1
QT常见概念-1
2022-07-06 19:03:00 【帅气滴点C】
目录
1.时间日期相关:
1.1 数据类型
- QTime:时间数据类型,表示时间,如:14:23:13。
- QDate:日期数据类型,表示日期,如:2020-4-5。
- QDateTime:日期时间数据类型,表示日期和时间,如:2020-03-23 08:12:43。
所以Time 就是时间;Date 就是日期;DateTime就是时间+日期
1.2 相关组件
- QTimeEdit:编辑和显示时间的组件。
- QDateEdit:编辑和显示日期的组件。
- QDateTimeEdit:编辑和显示日期时间的组件。
- QCalendarWidget:用日历形式选择日期的组件。
QDateEdit 和 QTimeEdit 都是从 QDateTimeEdit 继承的,实现日期或时间的特定显示功能。实际上,QDateEdit 和 QTimeEdit 的显示功能都可以通过 QDateTimeEdit 实现,只需设置属性即可。
QDateTimeEdit 类的主要属性如下:
datetime:日期时间。
date:日期,设置 datetime 时会自动改变 date,同样,设置 date 时,也会自动改变 datetime 里的日期。
time:时间,设置 datetime 时会自动改变 time,同样,设置 time 时,也会自动改变 datetime 里的时间。
maximumDateTime、 minimumDateTime:最大、最小日期时间。
maximumDate、minimumDate:最大、最小日期。
maximumTime、minimumTime:最大、最小时间。
currentSection:当前输入光标所在的时间日期数据段,是枚举类型 QDateTimeEdit::Section。QDateTimeEdit 显示日期时间数据时分为多个段,单击编辑框右侧的上下按钮可修改当前段的值。如输入光标在YearSection段,就修改“年”的值。
currentSectionIndex:用序号表示的输入光标所在的段。
calendarPopup:是否允许弹出一个日历选择框。当取值为 true 时,右侧的输入按钮变成与 QComboBox 类似的下拉按钮,单击按钮时出现一个日历选择框,用于在日历上选择日期。对于 QTimeEdit,此属性无效。
displayFormat:显示格式,日期时间数据的显示格式,例如设置为“yyyy-MM-dd HH:mm:ss”,一个日期时间数据就显示为“2020-11-02 08:23:46”
2. listview和listwiget相关:
3.打包相关:
- setup.py
- 假如我在本机开发一个程序,需要用到python的redis、mysql模块以及自己编写的redis_run.py模块。我怎么实现在服务器上去发布该系统,如何实现依赖模块和自己编写的模块redis_run.py一起打包,实现一键安装呢?同时将自己编写的redis_run.py模块以exe文件格式安装到python的全局执行路径C:\Python27\Scripts下呢?在这种应用场景下,pip工具似乎派不上了用场,只能使用python的构建工具setup.py了,使用此构建工具可以实现上述应用场景需求,只需在 setup.py 文件中写明依赖的库和版本,然后到目标机器上使用python setup.py install安装。
4. 常见函数:
QApplication:
- QApplication作为整个GUI应用的入口点,想必是完成各种初始化。即入口函数。
边栏推荐
- CDB PDB user rights management
- 一本揭秘字节万台节点ClickHouse背后技术实现的白皮书来了!
- [C # notes] use file stream to copy files
- C#/VB. Net to delete watermarks in word documents
- Work of safety inspection
- Here comes a white paper to uncover the technology behind Clickhouse, a node with 10000 bytes!
- [paper reading | deep reading] rolne: improving the quality of network embedding with structural role proximity
- 哈希表及完整注释
- 压缩 js 代码就用 terser
- Leetcode:minimum_ depth_ of_ binary_ Tree solutions
猜你喜欢
[paper reading | deep reading] graphsage:inductive representation learning on large graphs
数论 --- 快速幂、快速幂求逆元
导数、偏导数、方向导数
MySQL --- 常用函数 - 字符串函数
Application analysis of face recognition
HAVE FUN | “飞船计划”活动最新进展
1 -- Xintang nuc980 nuc980 porting uboot, starting from external mx25l
Detailed explanation of line segment tree (including tested code implementation)
服装企业部署MES管理系统的五个原因
Argo workflows source code analysis
随机推荐
PCL 常用拟合模型及使用方法
[Mori city] random talk on GIS data (II)
哈希表及完整注释
Lumion 11.0软件安装包下载及安装教程
Safety delivery engineer
Pgadmin4 of PostgreSQL graphical interface tool
S120驱动器基本调试步骤总结
Station B's June ranking list - feigua data up main growth ranking list (BiliBili platform) is released!
Apifox,你的API接口文档卷成这样了吗?
wireshark安装
Leetcode:minimum_ depth_ of_ binary_ Tree solutions
Linear list --- circular linked list
Use of fiddler
[paper reading | deep reading] rolne: improving the quality of network embedding with structural role proximity
Common fitting models and application methods of PCL
3--新唐nuc980 kernel支持jffs2, Jffs2文件系统制作, 内核挂载jffs2, uboot网口设置,uboot支持tftp
进程管理基础
本周 火火火火 的开源项目!
MFC Windows 程序设计[147]之ODBC数据库连接(附源码)
MMDetection3D加载毫米波雷达数据