原创 Qt界面字體大小設置和更改字體

    在Qt中經常會涉及到界面字體大小的設置,默認字體一般比較小,特別是在移植到開發板上進行顯示一般都要放大字體,因爲開發板上液晶顯示屏幕分辨率都

原创 Embeded QT 鼠標驅動流程和類結構分析

http://download.csdn.net/detail/pcliuguangtao/4084595 下載圖片鏈接 最近,剛做了觸摸屏的QT驅動,使用的是 export QWS_MOUSE_PROTO='IntelliMouse:

原创 QT學習筆記(六):Embedded Linux QT Display Management

Qt for Embedded Linux Display Management When rendering, the default behavior for each Qt for Embedded Linux client

原创 QT學習筆記(五):嵌入式Linux下的QT框架

JUST FOR QT 4.6 (這篇文章總結了4.6下嵌入式大部分的重要內容,對以後編寫相應的設備驅動很有指導意義) Qt for Embedded Linux Architecture A Qt for Embedded Li

原创 QT和網頁中的JavaScript函數相互調用的實現

下面的說明來自Qt源代碼中的qwebpluginfactory.cpp文件中的介紹說明,引用一下。 /*!     \class QWebPluginFactory     \since 4.4     \brief The QWebPl

原创 Shell IF判斷語句

目錄 7.1. 介紹if 7.1.1. 概要7.1.2. if的簡單應用7.2. 更多if的高級使用方法 7.2.1. if/then/else結構7.2.2. if/then/elif/else結構7.2.3. if嵌套語句7.2.

原创 QT學習筆記(八):嵌入式Linux下的QT程序的運行及相應的參數

JUST FOR QT 4.6 (主要是說明了同一屏幕怎樣顯示不同窗口的功能,還有就是詳細的程序參數的說明。) Running Qt for Embedded Linux Applications A Qt for Embedde

原创 qmake Function Reference

  Home · All Classes · All Functions · Overviews [Previous: qmake Variable Reference] [Contents] [Next: Configurin

原创 QT學習筆記(七):嵌入式Linux下的QT框架

JUST FOR QT 4.6 (Qt 的plugin子系統提供了很好的可擴展性,感覺重要的就是Mouse和KeyBoard的驅動編寫) How to Create Qt Plugins Qt provides two APIs

原创 Embedded Qt 編譯配置說明

原文網址: http://www.cnitblog.com/zouzheng/archive/2010/07/06/67199.html 當進入解壓好的源碼包後,使用./configure –help命令,可以獲得相應幫助,那我們只要

原创 修改Embedded QT鼠標驅動支持IRTOUCH觸摸屏

背景知識: http://doc.qt.nokia.com/4.6/qt-embedded-architecture.html    Qt for

原创 Qt for Embedded Linux Environment Variables

(http://doc.qt.nokia.com/4.6/qt-embedded-envvars.html#qws-display) These environment variables are relevant to Qt for

原创 qmake Tutorial

qmake Tutorial This tutorial teaches you how to use qmake. We recommend that you read the qmake user guide after comp

原创 QT的信號和槽機制:Signals and Slots

Signals and Slots Signals and slots are used for communication between objects. The signals and slots mechanism is a c

原创 QT學習筆記(十):嵌入式Linux QT類鼠標處理說明

Qt for Embedded Linux Pointer Handling When running a Qt for Embedded Linux application, it either runs as a server