[Csnd] use QtDesigner for building UIs in your CsoundQt project
Date | 2013-05-04 07:25 |
From | Tarmo Johannes |
Subject | [Csnd] use QtDesigner for building UIs in your CsoundQt project |
Hi,
I finally wrote a short wiki article about using QtDesigner for building GUIs later used in CsoundQt (with PythonQt).
https://sourceforge.net/apps/mediawiki/qutecsound/index.php?title=Python_API_in_CsoundQt#Create_GUI_with_QtDesigner
Sometimes it is necessary to have more and different widgets or more complex layouts than CsoundQt offers by itself. It is relatively easy to build very extended UIs with QtDesigner, convert it into python code and with some modifications use it with PythonQt eihter within a csd or as a separate py script running in CsoundQt.
For example, some people have missed ability to use multitab widget layouts that is not possible in CsoundQt yet. Well, create then your own!
I will demonstrate using QtDesinger also in Graz together with Joachim. If you have questions or suggestions so far, they are very welcome!
I also plan to write also a small script that would automate some steps of this process and will make importing the ui to CsoundQt even easier.
best!
tarmo |
Date | 2013-05-04 09:31 |
From | Victor Lazzarini |
Subject | Re: [Csnd] use QtDesigner for building UIs in your CsoundQt project |
On 4 May 2013, at 07:25, Tarmo Johannes wrote:
Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie |
Date | 2013-05-09 23:34 |
From | Andres Cabrera |
Subject | Re: [Csnd] use QtDesigner for building UIs in your CsoundQt project |
Hi Tarmo, Would it make sense to add this to the Python Scripts examples menu?Andrés On Fri, May 3, 2013 at 11:25 PM, Tarmo Johannes <tarmo.johannes@otsakool.edu.ee> wrote:
|
Date | 2013-05-10 11:43 |
From | Tarmo Johannes |
Subject | Re: [Csnd] use QtDesigner for building UIs in your CsoundQt project |
Sure,
but I have not written the script yet...
greetings, tarmo
On Thursday 09 May 2013 15:34:56 Andres Cabrera wrote: Hi Tarmo, Would it make sense to add this to the Python Scripts examples menu? Cheers, On Fri, May 3, 2013 at 11:25 PM, Tarmo Johannes <tarmo.johannes@otsakool.edu.ee> wrote: Hi,
I finally wrote a short wiki article about using QtDesigner for building GUIs later used in CsoundQt (with PythonQt).
Sometimes it is necessary to have more and different widgets or more complex layouts than CsoundQt offers by itself. It is relatively easy to build very extended UIs with QtDesigner, convert it into python code and with some modifications use it with PythonQt eihter within a csd or as a separate py script running in CsoundQt.
For example, some people have missed ability to use multitab widget layouts that is not possible in CsoundQt yet. Well, create then your own!
I will demonstrate using QtDesinger also in Graz together with Joachim. If you have questions or suggestions so far, they are very welcome!
I also plan to write also a small script that would automate some steps of this process and will make importing the ui to CsoundQt even easier.
best!
tarmo |