← Back to team overview

quickly-talk team mailing list archive

Re: ANNOUNCE: ubuntu-qt-template ubuntu-qtquick-template

 

Chris:

QT uses QT designer to design the GUI. It has also a wonderful ide but it
currently doesn't support python.

Jibo:

I made a typo in previous email, the command to setup the templates should
be:

cp -R ubuntu-qt-template/data/templates/ubuntu-qt* ~/quickly-templates/

If you have a project already done, you sould not use quickly, simply try
to run your project on Ubuntu. Probably there will errors that you will
have to solve. If you are lucky, the software will without a hitch.
There are several ways to make a package from a python software, most
notables are py2exe (for windows), py2app (form mac) or cx_freeze (linux).
If you want a .deb file, you can use http://pypi.python.org/pypi/stdeb .

Btw, I think quickly is the bast way to start a new software on Ubuntu!

Hope this helps!

2012/5/23 He Jibo <hejibo@xxxxxxxxx>

> Great! This is the best news I heard this week! AWESOME job! I will test
> it.
> By the way, I have a pyside project developed in windows or mac. I want to
> port it to ubuntu. How can I use quickly to continue develop it, and deploy
> a  .deb installer? Thanks!
>
>
> Jibo
> ---------------------------
> He Jibo
> Department of Psychology,
> Beckman Institute for Advanced Science and Technology
> University of Illinois, Urbana Champaign,
> 603 East Daniel St.,
> Champaign, IL 61820
> website: www.hejibo.info
>
>
> On Wed, May 23, 2012 at 12:53 PM, Angelo Compagnucci <
> angelo.compagnucci@xxxxxxxxx> wrote:
>
>> Hi Jibo,
>>
>> Yes, if you used to make gtk applications with quickly, now you can make
>> it with qt!
>>
>> There is no tutorial at this time because templates should be refined of
>> course.
>>
>> A quick intro
>>
>> bzr branch lp:~angeloc/quickly/ubuntu-qt-template
>> sudo cp
>> -R ubuntu-qt-template/data/templates/ubuntu-qt* ~/quickly-templates/
>>
>> Then with the command:
>>
>> quickly create ubuntu-qt-application test-qt
>>
>> you create a qt application, with command:
>>
>> quickly create ubuntu-qtquick-application test-qtquick
>>
>> a qtquick application.
>>
>> After that you can use the classic commands like run, package, and others.
>>
>> Hope this helps!
>>
>>  2012/5/23 He Jibo <hejibo@xxxxxxxxx>
>>
>>> So does this mean we can build a project using PySide and PyQt into .deb
>>> and .rpm easily now? I know the quickly works great for pygtk. I am eagerly
>>> waiting for similar tool for PySide and PyQt. Is there any tutorial on how
>>> to use it?
>>>
>>> Thanks.
>>>
>>> Jibo
>>> ---------------------------
>>> He Jibo
>>> Department of Psychology,
>>> Beckman Institute for Advanced Science and Technology
>>> University of Illinois, Urbana Champaign,
>>> 603 East Daniel St.,
>>> Champaign, IL 61820
>>> website: www.hejibo.info
>>>
>>>
>>> On Wed, May 23, 2012 at 12:05 PM, Angelo Compagnucci <
>>> angelo.compagnucci@xxxxxxxxx> wrote:
>>>
>>>> Dear quickly developers and users,
>>>>
>>>> I'm announcing the immediate availability of quickly templates for QT4
>>>> an QTQUICK!
>>>>
>>>> You can find they here on my branch:
>>>> lp:~angeloc/quickly/ubuntu-qt-template
>>>>
>>>> They are both based on pyside, which suited better for the licensing
>>>> freedom and qtquick integration.
>>>>
>>>> They are complete and I consider them mature enough to make serious
>>>> applications!
>>>>
>>>> I'm grateful if you give they a try and report me bugs or features
>>>> missing.
>>>>
>>>> There is also a merge proposal here
>>>> https://code.launchpad.net/~angeloc/quickly/ubuntu-qt-template/+merge/107077<https://code.launchpad.net/%7Eangeloc/quickly/ubuntu-qt-template/+merge/107077>
>>>>
>>>>
>>>> Hope hearing you soon and hope you enjoy it!
>>>>
>>>> --
>>>> Profile: http://it.linkedin.com/in/compagnucciangelo
>>>>
>>>> _______________________________________________
>>>> Mailing list: https://launchpad.net/~quickly-talk
>>>> Post to     : quickly-talk@xxxxxxxxxxxxxxxxxxx
>>>> Unsubscribe : https://launchpad.net/~quickly-talk
>>>> More help   : https://help.launchpad.net/ListHelp
>>>>
>>>>
>>>
>>
>>
>> --
>> Profile: http://it.linkedin.com/in/compagnucciangelo
>>
>
>


-- 
Profile: http://it.linkedin.com/in/compagnucciangelo

Follow ups

References