摘要:
z620主板上面有3种接口, 白色的SCU接口,灰色的SATA接口,黑色的SATA接口,要看您的硬盘连接在哪一个接口上面 :a.由于光驱默认接在灰色的SATA接口上面,所以要使用光盘安装windows7系统的话需要先加载AHCI驱动:需要加载SP64764文件夹--RSTe_F6-Drivers文件 阅读全文
摘要:
import QtQuick 2.0 Rectangle { width: 200 height: 80 color: "linen" TextInput { id: input1 x: 8; y: 8 width: 96; height: 20 focus: true text: "Text Input 1" KeyNavigation.tab: input2 } TextInput { id:... 阅读全文
摘要:
Properties stops : listDetailed Description A gradient is defined by two or more colors, which will be blended seamlessly. The colors are specified as a set of GradientStop child items, each of which... 阅读全文
摘要:
style : enumerationSet an additional text style.Supported text styles are:Text.Normal - the defaultText.OutlineText.RaisedText.SunkenRow { Text { font.pointSize: 24; text: "Normal" } Text { font... 阅读全文
摘要:
opacity : realThis property holds the opacity of the item. Opacity is specified as a number between 0.0 (fully transparent) and 1.0 (fully opaque). Th... 阅读全文
摘要:
布局管理介绍三个类的使用: 1、分割窗口QSplitter类 2、停靠窗口QDockWidget类 3、堆栈窗体QStackedWidget类 阅读全文
摘要:
1、对槽信号进行触发 2、容器类 Qlist类、QLinkedList类和QVector类 QMap类和QHash类 QVariant类 3、基本正则表达式 4、控件 按钮组Buttons 输入部件组Input Widgets 显示控件组Display Widgets 空间间隔组Spacers : 水平间隔、垂直间隔; 布局管理Layouts:垂直布局(Vertical Layou... 阅读全文
摘要:
Adeneo Embedded: Building Qt 5.1 for Freescale i.MX6Introduction Currently there is not an easy procedure to build Qt 5.1 with hardware acceleration support for Freescale i.MX6 platform. This document... 阅读全文
摘要:
Getting started with Yocto on Wandboard Here are the steps on how to get started with the Yocto Project based on the Freescale Community BSP for Wandboard. Contents[show] Requirements hardware an... 阅读全文
摘要:
address:https://community.freescale.com/docs/DOC-94066 Prerequisites:The build is verified on prebuilt rootfs(based on LTIB) which can be downloaded from freescale.com EGL uses framebuffer backendlibE... 阅读全文