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. QTextEdit and setStyle
Forum Updated to NodeBB v4.3 + New Features

QTextEdit and setStyle

Scheduled Pinned Locked Moved General and Desktop
20 Posts 3 Posters 12.4k Views 1 Watching
  • 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.
  • A Offline
    A Offline
    adnan
    wrote on last edited by
    #9

    There is a mistake in the syntax:
    @edit->setStyleSheet("background-image: url(bg.png)");@

    It should be:
    @edit->setStyleSheet("background-image: url(:/bg.png)");@
    and "bg.png "must be" added to resource file and should in source directory

    1 Reply Last reply
    0
    • G Offline
      G Offline
      GrahamL
      wrote on last edited by
      #10

      Hi
      I still cannot get this working!
      This is my .pro file
      @TEMPLATE = app
      TARGET =
      DEPENDPATH += .
      INCLUDEPATH += .

      Input

      SOURCES += main.cpp

      RESOURCES +=
      res.qrc
      @
      I used QCreator to add this image to the resource file
      but still no joy

      frustrated

      1 Reply Last reply
      0
      • A Offline
        A Offline
        adnan
        wrote on last edited by
        #11

        I suppose there is only one way I can help you now. Make a zip file of your project and upload the download link so that i can download the project and look for the problem.

        1 Reply Last reply
        0
        • G Offline
          G Offline
          GrahamL
          wrote on last edited by
          #12

          Hi Adnam
          Thanks for your help!
          Forgive my ignorance (im new here) but how do I send you my project?

          1 Reply Last reply
          0
          • A Offline
            A Offline
            adnan
            wrote on last edited by
            #13

            I recieved your project , i will look into it

            1 Reply Last reply
            0
            • G Offline
              G Offline
              GrahamL
              wrote on last edited by
              #14

              Message sent

              Thanks

              1 Reply Last reply
              0
              • A Offline
                A Offline
                adnan
                wrote on last edited by
                #15

                You had committed a silly mistake in adding the image to resource file. The prefix should had been "/" but it was "/images" in your case (it is also correct but) your folder containing the image was also named as "image", so the address of image should have been "/images/images/bn.jpg". It is working fine now. I have changed the prefix to "/" from "/images". So now the valid address is "/images/bn.jpg"

                1 Reply Last reply
                0
                • G Offline
                  G Offline
                  GrahamL
                  wrote on last edited by
                  #16

                  Hi
                  Thanks, but it still does not work for me
                  There must be something different in our systems, but I dont know what!
                  do you have any ideas?

                  1 Reply Last reply
                  0
                  • A Offline
                    A Offline
                    adnan
                    wrote on last edited by
                    #17

                    As you said it is not working under windows but working under linux perhaps It’s the windows style that prevents it then.

                    1 Reply Last reply
                    0
                    • G Offline
                      G Offline
                      GrahamL
                      wrote on last edited by
                      #18

                      I take it that you are using Linux then?

                      1 Reply Last reply
                      0
                      • A Offline
                        A Offline
                        adnan
                        wrote on last edited by
                        #19

                        Yes i use ubuntu

                        1 Reply Last reply
                        0
                        • A Offline
                          A Offline
                          adnan
                          wrote on last edited by
                          #20

                          I also have similar problems like GTK+ style of linux does not allow for changing background color of progress bar

                          1 Reply Last reply
                          0

                          • Login

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