码迷,mamicode.com
首页 >  
搜索关键字:qt quick example    ( 27971个结果
Qt QChart 如何获取坐标轴的高度和宽度
plotArea属性的,返回的是QRectF类 ui->chartView->chart()->plotArea().width() ...
分类:其他好文   时间:2021-01-25 10:38:32    阅读次数:0
Qt QChart 中 QValueAxis 和 QCategoryAxis 区别
QValueAxis Detailed Description The QValueAxis class is used for manipulating chart’s axis.ValueAxis can be setup to show axis line with tick marks, g ...
分类:其他好文   时间:2021-01-22 12:23:53    阅读次数:0
LeetCode | 0530. 二叉搜索树的最小绝对差【Python】
Problem LeetCode Given a binary search tree with non-negative values, find the minimum absolute difference between values of any two nodes. Example: I ...
分类:编程语言   时间:2021-01-21 10:55:51    阅读次数:0
PAT-A1029 Median (25分)甲级题解
Given an increasing sequence S of N integers, the median is the number at the middle position. For example, the median of S1 = { 11, 12, 13, 14 } is 1 ...
分类:其他好文   时间:2021-01-21 10:52:05    阅读次数:0
删除多级目录
package com.example.delete;import java.io.File;public class DeleteDirectory { /** * 删除空目录 * @param dir 将要删除的目录路径 */ private static void doDeleteEmptyD ...
分类:其他好文   时间:2021-01-21 10:32:07    阅读次数:0
Qt官方ImageViewer案例的UI版本——VS开发Qt
Qt自带案例基本是纯代码撸出的界面,本片博客记录ImageViewer案例的UI版本。 VS2017配合Qt5.14.2实现。 【功能介绍】 图像居中显示,过大则出现滚动条,图像缩小、放大、还原、适应窗体,打开、另存为、退出。 【界面】MainWindow项目,项目名ImageViewer 看动图, ...
分类:其他好文   时间:2021-01-20 11:44:54    阅读次数:0
AWS docs notes
DynamoDB supports two types of primary keys: Partition key: A simple primary key, composed of one attribute known as the partition key. Attributes in ...
分类:其他好文   时间:2021-01-19 12:30:09    阅读次数:0
Ansible Linux commonly used moudle example
Ansible 常用模块 参考地址: https://docs.ansible.com/ansible/latest/modules/modules_by_category.html ping command and shell # 注意区别和相同 # command 不能识别变量以及引号内容 ro ...
分类:系统相关   时间:2021-01-19 12:09:17    阅读次数:0
git生成ssh公钥和本地配置
ssh公钥生成 ssh-keygen 设置邮箱账号 git config --global user.email "you@example.com" 设置码云昵称 git config --global user.name "Your Name" ...
分类:其他好文   时间:2021-01-19 11:59:24    阅读次数:0
如何构建一个多人(.io) Web 游戏,第 1 部分
原文:How to Build a Multiplayer (.io) Web Game, Part 1 GitHub: https://github.com/vzhou842/example-.io-game 深入探索一个 .io 游戏的 Javascript client-side(客户端)。 ...
分类:Web程序   时间:2021-01-19 11:49:17    阅读次数:0
27971条   上一页 1 ... 24 25 26 27 28 ... 2798 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!