当前位置:网站首页>QT qstring:: number apply base conversion
QT qstring:: number apply base conversion
2022-07-03 09:28:00 【Ice V Che】
long a = 63;
QString s = QString::number(a, 16); // s == "3f"
QString t = QString::number(a, 16).toUpper(); // t == "3F"
// Support formats :long, int, uint, ulong, qlonglong, quint8,quint16,quint32
// turn 10 Just say 16 Change it to 10, Support 2-36 Hexadecimal conversion
边栏推荐
- Linxu learning (4) -- Yum and apt commands
- [point cloud processing paper crazy reading frontier version 8] - pointview gcn: 3D shape classification with multi view point clouds
- Jestson Nano自定义根文件系统创建(支持NVIDIA图形库的最小根文件系统)
- [point cloud processing paper crazy reading classic version 7] - dynamic edge conditioned filters in revolutionary neural networks on Graphs
- 2022-2-14 learning xiangniuke project - generate verification code
- Temper cattle ranking problem
- [point cloud processing paper crazy reading classic version 9] - pointwise revolutionary neural networks
- WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. Prompt to upgrade pip
- Vs2019 configuration opencv3 detailed graphic tutorial and implementation of test code
- Simple use of MATLAB
猜你喜欢
[point cloud processing paper crazy reading classic version 7] - dynamic edge conditioned filters in revolutionary neural networks on Graphs
LeetCode每日一题(1162. As Far from Land as Possible)
[graduation season | advanced technology Er] another graduation season, I change my career as soon as I graduate, from animal science to programmer. Programmers have something to say in 10 years
Common software open source protocols
[advanced feature learning on point clouds using multi resolution features and learning]
PolyWorks script development learning notes (III) -treeview advanced operation
Alibaba cloud notes for the first time
Navicat, MySQL export Er graph, er graph
Crawler career from scratch (3): crawl the photos of my little sister ③ (the website has been disabled)
LeetCode每日一题(2090. K Radius Subarray Averages)
随机推荐
[solution to the new version of Flink without bat startup file]
LeetCode每日一题(1856. Maximum Subarray Min-Product)
Linxu learning (4) -- Yum and apt commands
2022-2-13 learning xiangniuke project - version control
Vs2019 configuration opencv3 detailed graphic tutorial and implementation of test code
Basic knowledge of database design
npm install安装依赖包报错解决方法
About the configuration of vs2008+rade CATIA v5r22
CATIA automation object architecture - detailed explanation of application objects (III) systemservice
WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. Prompt to upgrade pip
LeetCode每日一题(1162. As Far from Land as Possible)
LeetCode每日一题(745. Prefix and Suffix Search)
Hudi learning notes (III) analysis of core concepts
Build a solo blog from scratch
Matlab dichotomy to find the optimal solution
The server denied password root remote connection access
Trial of the combination of RDS and crawler
[point cloud processing paper crazy reading classic version 10] - pointcnn: revolution on x-transformed points
[point cloud processing paper crazy reading classic version 13] - adaptive graph revolutionary neural networks
软件测试工程师是做什么的 通过技术测试软件程序中是否有漏洞