Results 1 to 7 of 7

Thread: How create about like window.

  1. #1
    Join Date
    Jan 2011
    Posts
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default How create about like window.

    Hi,
    I have a main window of my program.

    Now i try to creater window where i put information about version of program and creditis. How can i do this.

    I create a object actionO and what i must next. It`s propably new form, but how links this window to menu in main window.

    And small question. What i must do to build project to open program without RUN from QT.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: How create about like window.

    Quote Originally Posted by hektor View Post
    Hi,
    I have a main window of my program.

    Now i try to creater window where i put information about version of program and creditis. How can i do this.
    Usually QDialog. There is also a convenience dialog that shows information about Qt: QApplication::aboutQt().

    I create a object actionO and what i must next. It`s propably new form, but how links this window to menu in main window.
    QDialog::exec()
    And small question. What i must do to build project to open program without RUN from QT.
    Deploying Qt Applications and quite a few posts in these forums.

  3. #3
    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: How create about like window.

    There is also QMessageBox::about().
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  4. #4
    Join Date
    Aug 2009
    Location
    coimbatore,India
    Posts
    314
    Thanks
    37
    Thanked 47 Times in 43 Posts
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: How create about like window.

    And small question. What i must do to build project to open program without RUN from QT.
    In qtcreator, just give ctrl+B or click build proj under build menu that will build without running app.

    but how links this window to menu in main window.
    put a button and call the window in button click

    hope it helps.
    Bala

  5. #5
    Join Date
    Jan 2011
    Posts
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How create about like window.

    Thats mean how compile with files who must include. To open program without program i need provide +5 files (180 MB)

    How include this files and how reducted some data.

  6. #6
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: How create about like window.

    About what files are you talking? And general tip: build your application in release mode and not in debug mode.

  7. #7
    Join Date
    Jan 2011
    Posts
    3
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How create about like window.

    libgcc_s_dw2-1, mingwm10, QtCore4, QtCored4, QtGuid4

    When i change to relase mode where i can must find a exe build.
    I have to folders Menu and Menu-build-desktop
    In secund i have to foldesr degug where exe have about 900kb and release where exe have only 90 kb.

Similar Threads

  1. Create a QWidget as child of a Win32 window
    By BenPa in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 29th March 2011, 14:35
  2. problem in reimplementing Create window in QwebView
    By moh.gup@gmail.com in forum Qt Programming
    Replies: 1
    Last Post: 26th November 2010, 10:44
  3. How to create a slide-out window ?
    By ada10 in forum Newbie
    Replies: 18
    Last Post: 12th August 2010, 07:49
  4. Replies: 9
    Last Post: 16th May 2010, 16:21
  5. how to create a pop up window
    By wagmare in forum Newbie
    Replies: 2
    Last Post: 17th January 2009, 07:17

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.