Page 1 of 1

Help with customization

Posted: Tue Nov 21, 2023 11:53 am
by accacc
Cheers guys,
Been trying to find out the specific name of the items in the pic attached so I could customize them. I know they are QPushButton (in QWidget) but leaving it at that will affect all other buttons in the pic.
Any one has any ideas?
Thanks in advance.

Re: Help with customization

Posted: Wed Nov 22, 2023 11:58 am
by Peter

Code: Select all

         <item>
          <widget class="QPushButton" name="selectAllButton">
           <property name="text">
            <string>Select All</string>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QPushButton" name="selectNoneButton">
           <property name="text">
            <string>Select None</string>
           </property>
          </widget>
         </item>
There you go. Propertieswidget.ui

Re: Help with customization

Posted: Wed Nov 22, 2023 12:02 pm
by accacc
Thanks mate, you're very helpful.
How to modify this code to go in a stylesheet (qss)?
(actually I'm thinking of removing/modifying them from qbittorrent ui)
Not possible?
Thanks again!

Re: Help with customization

Posted: Wed Nov 22, 2023 12:25 pm
by Peter
What would you like to change about them?

Re: Help with customization

Posted: Sat Nov 25, 2023 4:22 pm
by accacc
Hey man sorry I don't get notifications about replies, don't know why used to work.
Anyway, here's what I want to do, remove this whole red rectangle area marked in the pic below.
Tried all approaches I know but to no avail.
I use qss stylesheet bc I just find it easier than re-compiling with every change.
So, if you have any pointers I'll be very thankful.
Thanks and sorry again!