^.^ - http://goo.gl/GDIO
Labels
acm
c++
euler
firefox
matlab
opencv
opengl
Programming
python
pythonlib
ubuntu
18 Nov 2009
Python Tips - Xrced
Email This
BlogThis!
Share to Twitter
Share to Facebook
Share to Pinterest
用xrced生成界面后,所有资源以xml格式储存
傻瓜型的py文件生成功能可以生成原生的python代码
可惜只有一个class,并不能显示GUI
如果要想看到界面,必须加入以下代码:
假设你的xrc文件为test.xrc,
生成的py文件尾test_xrc.py
其中的类名称为clsText,则加入
app = wx.PySimpleApp() frame = clsText(None) #类名 frame.Show(1) app.MainLoop()
No comments :
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments ( Atom )
No comments :
Post a Comment