hi, when i use wxpython to write the app on windows,i find the
interface is too simple.
so.....my question is ,how to make my app's interface looks beautiful?
or,does any lib could help ?
some examples will be good
thx
Check out Andrea Gavana's work, examples are in the wxPython demo. You
can find it under Advanced Generic Widgets.
Grtz
路路路
On Sep 21, 12:54 pm, "Aisc...@gmail.com" <aisc...@gmail.com> wrote:
hi, when i use wxpython to write the app on windows,i find the
interface is too simple.
so.....my question is ,how to make my app's interface looks beautiful?
or,does any lib could help ?
some examples will be good
thx
Or if you are talking about the application not looking native, but
like Windows 2000, then you probably didn't install the manifest file
right. This should install automatically with wxPython though...
If you're talking about skins, then wxPython is not for you. You'll be
better off trying pyGTK or pyQt.
路路路
On Sep 21, 5:54 am, "Aisc...@gmail.com" <aisc...@gmail.com> wrote:
hi, when i use wxpython to write the app on windows,i find the
interface is too simple.
so.....my question is ,how to make my app's interface looks beautiful?
or,does any lib could help ?
some examples will be good
thx
-------------------
Mike Driscoll