Page 1 of 14 12311 ... LastLast
Results 1 to 20 of 276

Thread: Hello Qt Centre

  1. #1
    Join Date
    Jan 2006
    Location
    India
    Posts
    54
    Thanks
    1
    Thanked 7 Times in 6 Posts
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Hello Qt Centre

    Hi to all QTians.

  2. #2
    Join Date
    Jan 2006
    Location
    Kerala
    Posts
    371
    Thanks
    76
    Thanked 37 Times in 32 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Hi

    Hi Susmin, & to All
    We can't solve problems by using the same kind of thinking we used when we created them

  3. #3
    Join Date
    Jan 2006
    Location
    Ukraine, L'viv
    Posts
    57
    Thanks
    3
    Thanked 4 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Hi

    Hi everybody! I like this forum, it seems it's better!

  4. #4
    Join Date
    Jan 2006
    Location
    Rzeszow, POLAND
    Posts
    20
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Hi

    Hello everyone
    At last... I was waiting for fix activation on qtforum all the time. This forum is surprise for me in very good meaning. I'm thinking about this guy who bought qtforum site. Now he have very good forum for own but without users oO He's some kind of cranky or what... ;P

    Regards for All of U

  5. #5
    Join Date
    Jan 2006
    Location
    Lincoln, NE USA
    Posts
    177
    Thanks
    3
    Thanked 7 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Hi

    Quote Originally Posted by !Ci
    Hello everyone
    At last... I was waiting for fix activation on qtforum all the time. This forum is surprise for me in very good meaning. I'm thinking about this guy who bought qtforum site. Now he have very good forum for own but without users oO He's some kind of cranky or what... ;P

    Regards for All of U

    Na, he's history. The less said the better.

  6. #6
    Join Date
    Dec 2006
    Posts
    3
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Hello Qt Centre

    Hello everyone!

    Hope to have many great discussions re: Qt 4. I'm new to Qt programming, but trying to dig myself in deep. Looking forward to many pleasant exchanges.

  7. #7
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: New here.

    Welcome! I hope you will enjoy our site.

  8. #8
    Join Date
    Jan 2007
    Location
    North Yorkshire Dales
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11

    Thumbs up Real QT Newbie says Hi!

    Yup - Hi to all
    Am looking forward to some interesting discussions. QT(4) is absolutely new to me. I have written in C (& Assembler) for years and am only now breaking into C++ which is supposed to be a super C. Hah! It's a new language yet.
    And then there's QT Designer to get my head around. OK. OK. I'll get there just crying on shoulders is all.

    And saying hello. cputs << "Hello!";


    There are three kinds of lies: Lies, damned lies, and benchmarks.
    Live today like it's the last day of your life. One day it will be.
    Ubuntu 6.10; Mandriva 2007; X64 3800+ AMD; 2GB; "250GB SATA

  9. #9
    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: Real QT Newbie says Hi!

    Qt Code:
    1. #include <QApplication>
    2. #include <QPushButton>
    3.  
    4. int main(int argc, char **argv){
    5. QApplication app(argc, argv);
    6. pb.setText(QObject::tr("\"Hello fopetesl!\" - says the Qt world"));
    7. app.connect(&pb, SIGNAL(clicked()), &app, SLOT(quit()));
    8. return app.exec();
    9. }
    To copy to clipboard, switch view to plain text mode 
    Last edited by wysota; 18th January 2007 at 21:36. Reason: Corrected obvious compile errors :)

  10. #10
    Join Date
    Jan 2007
    Posts
    38
    Thanks
    12
    Qt products
    Qt4
    Platforms
    Windows

    Smile Hello QT Centre

    Just wanted to say hi to everyone on the forum. Looking forward to be helped and to helping others. I am a big fan of qt and aspire to become excellent at manipulating the API.

  11. #11
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Thanks
    3
    Thanked 39 Times in 39 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Hello QT Centre

    Welcome! I hope that you will enjoy it here.

  12. #12
    Join Date
    Jan 2007
    Posts
    1
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Smile Hello QtCentre

    This is my first post in this forum. I am novice in Qt. Hope,that I get more information. Good - luck!

  13. #13
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Thanks
    3
    Thanked 39 Times in 39 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Hello QtCentre

    Welcome! I hope that you will like it here!

  14. #14
    Join Date
    Jan 2007
    Location
    Houston, Texas
    Posts
    1

    Cool Hello, Lisa here!

    Hello guys and gals! I am new to the IT world much less Qt . I am trying to understand this all. I have started a career in the IT industry as a recruiter and am still in training. I know there are a million of us out here but I would like to think I am a bit different because I care about learning the industy (not annoying hard working people). If I have some questions I hope you all will be able to help me. I will be happy to help you find work if you need it too. (working on filling these 2 positions currently: 2D Visualization Sr. Developer and Qt/GUI Developer) Thanks yall!!

  15. #15
    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: Hello, Lisa here!

    Hello Lisa, nice to meet you. Welcome to QtCentre.

  16. #16
    Join Date
    May 2006
    Location
    Bangalore,India
    Posts
    235
    Thanks
    7
    Thanked 25 Times in 24 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: Hello, Lisa here!

    Welcome to QtCentre & wonderful Qt world!!

  17. #17
    Join Date
    Feb 2007
    Posts
    34
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Hi Yall

    Just registered to the forums. I've been a fan and long time user of Qt. Great stuff. Finally need real help. I'll make my post under the Qt Programming section.

  18. #18
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Hi Yall

    Welcome on board!
    J-P Nurmi

  19. #19
    Join Date
    Jan 2006
    Location
    Lincoln, NE USA
    Posts
    177
    Thanks
    3
    Thanked 7 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Hello QtCentre

    Hello, Beginner!

    You're going to LOVE this forum!

    I began learning C++ and QT at the same time. Without this forum the task would have been much more difficult. My first application is in the tutorial section of the wiki:
    http://wiki.qtcentre.org/index.php?t...t4_and_C%2B%2B

    I wrote it as sort of a journal to reminder of how to do some things that aren't done very often, and as a tutorial for the other coders in my department who may be using QT in the future.

    That Homestead app is now entering its second year in production and the staff say that it is a great improvement over the Visual Fox Pro 6.0 app that it replaced. The app has been greatly polished since that tutorial, so what you'll see there is the first release.

  20. The following 2 users say thank you to GreyGeek for this useful post:

    look (4th February 2007), rajeshs (2nd January 2008)

  21. #20
    Join Date
    Feb 2007
    Location
    remscheid / germany
    Posts
    1
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default hello members

    hello members of Qt-centre. i´m new in programming with qt. good look. ;-)

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.