Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. how to Improve visual and add efects to Qt c++ apps for desktop

how to Improve visual and add efects to Qt c++ apps for desktop

Scheduled Pinned Locked Moved Unsolved General and Desktop
c++ qt
5 Posts 4 Posters 608 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Cuban Akira
    wrote on 4 Dec 2018, 13:38 last edited by
    #1

    hi guys, im relatively new working with Qt creator, i love the IDE i have a questions

    how i can improve the visuals of my apps_??
    what if, i have a button , and when i click it, a label with a image will appear, but, i dont want that the label just appear quick, i want add a fade effect to the label, to improve the visual
    i want to have a button that when i hover on it , move and show his whole budy, from left to right , and when the mouse go away, the button backs to the original position

    somethings like that,

    someone can explain me what i have to do_???
    what i have to download, ???
    i have the QT 5.9, and mi instalation folder size is 12gb, i imagine that the tools are there

    thanks, and sorry my english.

    1 Reply Last reply
    0
    • C Offline
      C Offline
      CKurdu
      wrote on 4 Dec 2018, 14:13 last edited by
      #2

      Hi Cuban Akira,
      In qt quick , you can make these type animations quick. :)
      for animations
      qmlbook
      for effects
      qt documentation

      In Qt C++
      http://doc.qt.io/qt-5/animation.html

      You reap what you sow it

      C 1 Reply Last reply 4 Dec 2018, 14:15
      2
      • C CKurdu
        4 Dec 2018, 14:13

        Hi Cuban Akira,
        In qt quick , you can make these type animations quick. :)
        for animations
        qmlbook
        for effects
        qt documentation

        In Qt C++
        http://doc.qt.io/qt-5/animation.html

        C Offline
        C Offline
        Cuban Akira
        wrote on 4 Dec 2018, 14:15 last edited by
        #3

        @CKurdu i will read all that docs that send me you, thanks my friend
        later i will coment you about it

        1 Reply Last reply
        0
        • V Offline
          V Offline
          VRonin
          wrote on 4 Dec 2018, 17:08 last edited by
          #4

          QPropertyAnimation and QGraphicsOpacityEffect are the tools you need.

          P.S.

          and mi instalation folder size is 12gb

          Checking everything in the installer is never a good idea. only install the version that matches your compiler

          "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
          ~Napoleon Bonaparte

          On a crusade to banish setIndexWidget() from the holy land of Qt

          J 1 Reply Last reply 5 Dec 2018, 04:22
          3
          • V VRonin
            4 Dec 2018, 17:08

            QPropertyAnimation and QGraphicsOpacityEffect are the tools you need.

            P.S.

            and mi instalation folder size is 12gb

            Checking everything in the installer is never a good idea. only install the version that matches your compiler

            J Offline
            J Offline
            JKSH
            Moderators
            wrote on 5 Dec 2018, 04:22 last edited by JKSH 12 May 2018, 07:59
            #5

            @VRonin said in how to Improve visual and add efects to Qt c++ apps for desktop:

            P.S.

            and mi instalation folder size is 12gb

            Checking everything in the installer is never a good idea. only install the version that matches your compiler

            +1

            See the warning at the bottom of Page 2: https://1drv.ms/w/s!AnaQjhA33g0K0lkIZPVjfsWrcPSI ("Warning: Be sure to only select the build(s) that you want. If you simply tick the version number, you will select and install all available builds, which can take up many 10s of gigabytes! This is especially important on Windows.")

            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

            1 Reply Last reply
            1

            5/5

            5 Dec 2018, 04:22

            • Login

            • Login or register to search.
            5 out of 5
            • First post
              5/5
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved