jason23reg

jason23reg

导航

2010年10月8日 #

The Application Main Window (4.6.3)

摘要: Qt 4 provides the following classes for managing main windows and associated user interface components:QMainWindowQDockWidgetQToolBarThe QMainWindow::menuBar() function will automatically create the m... 阅读全文

posted @ 2010-10-08 18:44 jason23reg 阅读(215) 评论(0) 推荐(0) 编辑

Application Windows and Dialogs (4.6.3)

摘要: A widget that is not embedded in a parent widget is called a window. Usually, windows have a frame and a title bar, although it is also possible to create windows without such decoration using suitabl... 阅读全文

posted @ 2010-10-08 18:44 jason23reg 阅读(143) 评论(0) 推荐(0) 编辑

2010年10月6日 #

Qt Mobility Project APIs Overview (1.0.2)

摘要: These APIs allow the developer to use these features with ease from one framework and apply them to phones, netbooks and non-mobile personal computers.Bearer Management An API to control the system's... 阅读全文

posted @ 2010-10-06 12:01 jason23reg 阅读(336) 评论(0) 推荐(0) 编辑

2010年10月5日 #

ActiveQt Framework (4.6.3)

摘要: Qt's ActiveX and COM support allows Qt for Windows developers to:1)Access and use ActiveX controls and COM objects provided by any ActiveX server in their Qt applications.2)Make their Qt applications ... 阅读全文

posted @ 2010-10-05 11:39 jason23reg 阅读(382) 评论(0) 推荐(0) 编辑

2010年10月4日 #

Accessibility (4.6.3)

摘要: IntroductionAccessibility in computer software is making applications usable for people with disabilities.An application does not usually communicate directly with assistive tools but through an assis... 阅读全文

posted @ 2010-10-04 19:48 jason23reg 阅读(643) 评论(1) 推荐(0) 编辑

2010年10月2日 #

Application Fundamentals (2.2)

摘要: process attribute: <application>, <activity>, <service>, <provider>, <receiver>android.app.Activity <activity> void Context.startActivity(Intent intent) void Activi... 阅读全文

posted @ 2010-10-02 21:32 jason23reg 阅读(225) 评论(0) 推荐(0) 编辑