诗意亭序的个人主页

http://www.qtcn.org/bbs/u/166396  [收藏] [复制]

诗意亭序

  • 2

    关注

  • 2

    粉丝

  • 2

    访客

  • 等级:新手上路
  • 总积分:7
  • 保密,2011-10-01

最后登录:2021-11-07

更多资料

日志

2018-02-03 23:04

Starting /home/jump/qt5/build-qt1-Desktop_Qt_5_9_3_GCC_64bit-Debug/qt1...
** (qt1:2247): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
QApplication: invalid style override passed, ignoring it.

解决办法:sudo apt-get install at-spi2-core

阅读全文»分类:默认分类|回复:0|浏览:737
2017-10-25 22:48

参考:http://blog.sina.com.cn/s/blog_a6fb6cc90101g8ug.html

import QtQuick 2.6
import QtQuick.Window 2.2
import QtQuick 2.7

Window {
width: 600;
height: 600;
color: "green";
visible: true;
Column{
spacing: 20;
anchors.centerIn: parent;
Text {
id: text1;
//单行语句的分号是可写不用写的。但是一行写多条语句,语句则必须要用分号分隔!
text: qsTr("Text1 Text1 Text1");
font.pointSize: 20; //字体大小
}
Text {
id: text2;
text: qsTr("Text2 Text2 Text2")
color: ..

阅读全文»分类:QT|回复:1|浏览:656

Powered by phpwind v8.7 Certificate Copyright Time now is:05-20 08:20
©2005-2016 QTCN开发网 版权所有 Gzip disabled