GipaGipa

聽說寫 blog 作文才會進步

2011年6月5日

Qt & GTK+ & Joomla 筆記


====================Qt====================

What is Qt?

跨平台
Qt 4.5
Qt Creator (IDE)

GPL / LGPL

apt-get install build-essential (gcc && g++)

Google => Qt 4.5 Download

qmake -progect
qmake
make

1. Form
2. Button
3. Align
4. Signal / Slot

Qt特別
Signal / Slot
event => function
connect()

//QPushButtom
int main(int argc,char argv[]){
Qapplication app(argc,argv)

Qwidget * window = new Qwidget();
window->setWindowTitle("TEST");
window->setChecked(TRUE);
}


http://oss.cloud.org.tw/

====================GTK+====================

GTK+ vs Qt
C vs C++



example:
GtkWidget !!!

toggle button

Calender

color 調色盤

draw

button = gtk_widgetName_new()

Glade2 & 3 格雷?
Glade

gtk+-win32-devel-2.12.9

callbacks.c !

Glib

FileSystem Directories

====================Joomla====================
Joomla 1.5

PDT
PHP Dev Tool

UI Server Help Core

Debug RelEng Test

Eclipse ! 必要

PDT

0 個意見:

張貼留言

訂閱 張貼留言 [Atom]

<< 首頁