Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 12
and
Version 13
of
wade/QT
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Oct 13, 2011, 7:04:45 PM (
14 years
ago)
Author:
wade
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
wade/QT
v12
v13
43
43
sys.exit()
44
44
}}}
45
你也可以在 QLabel 中加入 html 語法
46
{{{
47
#!python
48
label = QLabel("<font color=red size=40>Hello World</font>")
49
}}}
45
50
46
51