Registered Member
|
I found some tutorials on the net on how to write basic apps in C# with Qyoto and successfully built them in MonoDevelop - no problem. I am wondering if you could please tell me how to
1. either convert .ui GUI files made in Qt Creator to C# for re-use in MonoDevelop 2. or design GUI in MonoDevelop but use Qt (Qyoto) calls to GUI widgets Is there any way to use a graphical GUI designer to make GUIs in C# with Qyoto (it took me 50 times to build & run a Hello World with a button project just to move a single button to the place I wanted on the window, imagine what I have to do with a more complex interface)? I have openSUSE 11.2, KDE 4.4 Beta and latest Mono, Qyoto & Qt-4.6 packages installed from the openSUSE repos. Thank you. |
Registered Member
|
You can try to install "qyotodevelop", a plugin for Monodevelop that helps you using qyoto.
seems to be unmaintained tough. |
Registered Member
|
Hi,
Supposing you have already installed qyoto It is possible to convert .ui to .cs files and use them in MonoDevelop. For this purpose you should perform the following steps: 1. install qyoto-devel 2. use "uics" utilite from this package ($uics *.ui > *.Designer.cs) 3. add generated code to your project More details you can find in my blog (in Russian): http://misc-sonofagun.blogspot.com/2010/12/ui.html http://misc-sonofagun.blogspot.com/2010/12/qyoto.html or in the following posts (in English): http://zetcode.com/tutorials/qyotosharptutorial/ http://ibboard.co.uk/Programming/using-qyoto.html http://www.kdedevelopers.org/node/2090 Best regards, |
Registered users: Bing [Bot], claydoh, Google [Bot], rblackwell