close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: cannot map zero-fill pages: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Oct 13, 2011, 7:04:45 PM (14 years ago)
- Author:
-
wade
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
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 | |