当前位置:网站首页>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
边栏推荐
- LeetCode每日一题(2115. Find All Possible Recipes from Given Supplies)
- Temper cattle ranking problem
- Integrated use of interlij idea and sonarqube
- Overview of database system
- CATIA automation object architecture - detailed explanation of application objects (III) systemservice
- Quickly use markdown to edit articles
- PolyWorks script development learning notes (4) - data import and alignment using file import
- The idea of compiling VBA Encyclopedia
- LeetCode每日一题(516. Longest Palindromic Subsequence)
- [point cloud processing paper crazy reading frontier version 10] - mvtn: multi view transformation network for 3D shape recognition
猜你喜欢

Hudi 快速体验使用(含操作详细步骤及截图)

【Kotlin学习】高阶函数的控制流——lambda的返回语句和匿名函数

2022-2-14 learning the imitation Niuke project - send email

LeetCode每日一题(2212. Maximum Points in an Archery Competition)
![[point cloud processing paper crazy reading frontier edition 13] - gapnet: graph attention based point neural network for exploring local feature](/img/66/2e7668cfed1ef4ddad26deed44a33a.png)
[point cloud processing paper crazy reading frontier edition 13] - gapnet: graph attention based point neural network for exploring local feature

PolyWorks script development learning notes (I) - script development environment

Build a solo blog from scratch

MySQL installation and configuration (command line version)

【Kotlin学习】类、对象和接口——定义类继承结构

Hudi学习笔记(三) 核心概念剖析
随机推荐
IDEA 中使用 Hudi
CATIA automation object architecture - detailed explanation of application objects (I) document/settingcontrollers
Linxu learning (4) -- Yum and apt commands
Beego learning - JWT realizes user login and registration
PolyWorks script development learning notes (III) -treeview advanced operation
[kotlin learning] classes, objects and interfaces - classes with non default construction methods or attributes, data classes and class delegates, object keywords
[set theory] order relation (eight special elements in partial order relation | ① maximum element | ② minimum element | ③ maximum element | ④ minimum element | ⑤ upper bound | ⑥ lower bound | ⑦ minimu
Trial of the combination of RDS and crawler
Hudi integrated spark data analysis example (including code flow and test results)
Flink学习笔记(八)多流转换
Using Hudi in idea
Redis learning (I)
Severity code description the project file line prohibits the display of status error c2440 "initialization": unable to convert from "const char [31]" to "char *"
Filter comments to filter out uncommented and default values
npm install安装依赖包报错解决方法
Computing level network notes
2022-2-14 learning xiangniuke project - Session Management
Detailed steps of windows installation redis
Crawler career from scratch (V): detailed explanation of re regular expression
Crawler career from scratch (IV): climb the bullet curtain of station B through API