Results 1 to 2 of 2

Thread: Translate the SimpleChat example into PyQt

  1. #1
    Join Date
    Mar 2006
    Location
    Argentina - CABA
    Posts
    66
    Thanks
    2
    Thanked 1 Time in 1 Post
    Qt products
    Platforms
    Unix/X11

    Default Translate the SimpleChat example into PyQt

    Hi Guys!!

    I know that what i going to ask is to much, but someone could help me to translate this short/simple app into PyQt? I have no experience in c++ so it cost me to translate c++ syntax to python/PyQt one.

    The URL: http://wiki.qtcentre.org/index.php?title=Simple_chat
    The files: http://wiki.qtcentre.org/images/SimpleChat.zip

    I will very gratefully if some could do it.

    Thanks!
    Gustavo A. DÃ*az
    artistic.gdnet.com.ar

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Translate the SimpleChat example into PyQt

    • change "->" to "."
    • change braces ("{}") to indentations
    • remove all asterisks ("*") which are not multiplications
    • "class" denotes a... class - change it to python format

    These should get you going... If you have some problems, come back and ask. In doubt, use Google.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.