09 2017 档案

摘要:1 #coding=utf-8 2 class MyClass(object): 3 """docstring for ClassName""" 4 def __init__(self, arg): 5 super(object, self).__init__() 6 self.arg = arg 7 8 ... 阅读全文
posted @ 2017-09-18 14:46 fosonR 阅读(169) 评论(0) 推荐(0)
摘要:本文讨论在 Windows 平台下编译成功的 Qt 程序,如何在未配置 Qt 开发环境的 Windows 平台下独立运行的方法。 经过验证发现,在 Ubuntu 平台下编译成功的程序可在未安装 Qt 开发环境下的 Ubuntu16.04 中运行,所以,本文仅讨论,在 Windows 平台下编译成功的 阅读全文
posted @ 2017-09-07 13:42 fosonR 阅读(1126) 评论(0) 推荐(0)
摘要:1、布局控件简介: 水平布局,里面的控件将水平展示,布局器里面的控件大小若没有固定,其大小将随着布局的大小而自动拉伸。可以通过设置其左(layoutLeftMargin)、上(layoutTopMargin)、右(layoutRightMargin)、下边距(layoutBottomMargin)来 阅读全文
posted @ 2017-09-05 17:57 fosonR 阅读(27815) 评论(0) 推荐(0)
摘要:1、下载地址:https://www.qt.io/download-open-source/ 2、qt5.5:http://download.qt.io/development_releases/qt/5.5/5.5.0-rc/ 阅读全文
posted @ 2017-09-03 19:50 fosonR 阅读(467) 评论(0) 推荐(0)