I set the autoexclusive to false,still the radiobuttons are not getting the focus.
.
The toolbutton on which i have placed a icon is shown in the preview.But its not visible during execution.
This is the code i am having ...
<widget class="QToolButton" name="LeftButton" >
<property name="geometry" >
<rect>
<x>330</x>
<y>250</y>
<width>39</width>
<height>30</height>
</rect>
</property>
<property name="focusPolicy" >
<enum>Qt::NoFocus</enum>
</property>
<property name="text" >
<string>...</string>
</property>
<property name="icon" >
<iconset resource="project.qrc" >:/new/prefix1/right.png</iconset>
</property>
<property name="iconSize" >
<size>
<width>39</width>
<height>30</height>
</size>
</property>
<property name="autoRaise" >
<bool>true</bool>
</property>
</widget>
<widget class="QToolButton" name="LeftButton" >
<property name="geometry" >
<rect>
<x>330</x>
<y>250</y>
<width>39</width>
<height>30</height>
</rect>
</property>
<property name="focusPolicy" >
<enum>Qt::NoFocus</enum>
</property>
<property name="text" >
<string>...</string>
</property>
<property name="icon" >
<iconset resource="project.qrc" >:/new/prefix1/right.png</iconset>
</property>
<property name="iconSize" >
<size>
<width>39</width>
<height>30</height>
</size>
</property>
<property name="autoRaise" >
<bool>true</bool>
</property>
</widget>
To copy to clipboard, switch view to plain text mode
Bookmarks