Results 1 to 3 of 3

Thread: Simple text editor with QT designer Tutorial

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

    Default Simple text editor with QT designer Tutorial

    Hi
    I want to create simple text editor with the help of QT Designer.Is there any tutorial or the example file/location/URL available? Or anyone can explain me how to do it?

    Please help.Thanks in advance.

  2. #2
    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: Simple text editor with QT designer Tutorial

    I cannot find any tutorial doing exactly what you are after, but this tutorial shows how it is done in code:

    http://doc.trolltech.com/4.2/mainwin...plication.html

    And if you use Designer to create the main window, toolbars, menus, actions, icon resources and so on combined with the single inheritance method the tools will work nicely together:

    http://doc.trolltech.com/4.2/designe...tance-approach

    Here are some good starting points to the work to be done in Designer. Just make sure that you use Actions for menu entries and tool bar buttons.

    http://doc.trolltech.com/4.2/designer-resources.html
    http://doc.trolltech.com/4.2/designe...inwindows.html

  3. The following user says thank you to e8johan for this useful post:

    overcast (27th January 2007)

  4. #3
    Join Date
    Jan 2007
    Posts
    8
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Thumbs up Re: Simple text editor with QT designer Tutorial

    Thanks for the reply some of the errors are removed just by simply uninstalling and reinstalling the mingw & QT while this text editor thing i have to work on my own.

    if i succeed in it then i'll post the tutorial if not please somebody from here post the tuorial and make it available from the Trolltechs official site.

    And last but not least thanks.
    Cheers

    Overcast

Similar Threads

  1. Unhandled exception in qatomic
    By NewGuy in forum Qt Programming
    Replies: 14
    Last Post: 23rd July 2013, 09:49
  2. Replies: 4
    Last Post: 10th October 2009, 17:59
  3. tutorial qt designer
    By edancorr in forum Qt Programming
    Replies: 1
    Last Post: 26th October 2006, 19:07
  4. Interesting tutorial on UI Designer
    By GreyGeek in forum Qt Tools
    Replies: 1
    Last Post: 6th August 2006, 08:43

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.