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.

Changes between Version 12 and Version 13 of wade/QT


Ignore:
Timestamp:
Oct 13, 2011, 7:04:45 PM (14 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wade/QT

    v12 v13  
    4343sys.exit()
    4444}}}
     45    你也可以在 QLabel 中加入 html 語法
     46{{{
     47#!python
     48label = QLabel("<font color=red size=40>Hello World</font>")
     49}}}
    4550
    4651