Results 1 to 2 of 2

Thread: win32 apps in qt gui

  1. #1
    Join Date
    May 2009
    Posts
    55
    Thanks
    4
    Qt products
    Qt4
    Platforms
    Windows

    Default win32 apps in qt gui

    I'm working with image processing and I already have codes running in my Dev-C++. I'm using an open source library(OpenCV) for my applications and I just wanted to integrate my programs in a GUI so I'm currently trying to work with Qt.

    I'm not new with C++ but this is the first time I'll be working on a GUI. Can I just copy and paste my existing win32 applications code in the slot( ) when I click a push button?

    I tried to look for faq but found no results. Thanks for the help in advance.

  2. #2
    Join Date
    Feb 2009
    Location
    Noida, India
    Posts
    517
    Thanks
    21
    Thanked 66 Times in 62 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: win32 apps in qt gui

    when u click a button, a signal is emitted..and if you have a connection made between emitted signal and a slot..the code in that slot executes..as simple as that

Similar Threads

  1. Using a Win32 static library
    By jacky in forum Qt Programming
    Replies: 2
    Last Post: 15th April 2009, 04:39
  2. Replies: 0
    Last Post: 10th April 2009, 15:28
  3. Launching and handling posix or win32 signals
    By Althor in forum Qt Programming
    Replies: 2
    Last Post: 20th November 2008, 07:34
  4. win32 platform macros?
    By gfunk in forum Qt Programming
    Replies: 1
    Last Post: 5th September 2007, 20:02
  5. kdelibs for win32...
    By CuCullin in forum KDE Forum
    Replies: 1
    Last Post: 3rd April 2006, 07:26

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.