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. Cluttered Tool Button in GNOME 3
Qt 6.11 is out! See what's new in the release blog

Cluttered Tool Button in GNOME 3

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.3k 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.
  • S Offline
    S Offline
    subin
    wrote on last edited by
    #1

    Hi All,

    I've been developing some test applications in GNOME 2 with Qt. But when I moved to GNOME 3, in one of my applications, one tool button (just one) looks cluttered. Take a look at the attached images.

    Without Mouse Hover
    !http://farm8.staticflickr.com/7160/6645356255_f1384303e1_z.jpg(Without Mouse Hover)!

    On Mouse Hover
    !http://farm8.staticflickr.com/7007/6645356351_755175a280_z.jpg(With Mouse Hover)!

    This is the XML for that widget.
    @<item>
    <widget class="QToolButton" name="toolButton">
    <property name="text">
    <string>Clear Fields</string>
    </property>
    <property name="icon">
    <iconset resource="main.qrc">
    <normaloff>:/newPrefix/images/edit-clear.svg</normaloff>:/newPrefix/images/edit-clear.svg</iconset>
    </property>
    <property name="iconSize">
    <size>
    <width>16</width>
    <height>16</height>
    </size>
    </property>
    <property name="toolButtonStyle">
    <enum>Qt::ToolButtonTextBesideIcon</enum>
    </property>
    </widget>
    </item>@

    I don't see any reason for happening this. May be some conflicts or something with the GNOME 3 stuff ?
    It seemed like I should share here. The problem is reproducible as of now.

    Thanks

    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