@Samu: I made that image (48x48 png)
@Helge: I had no time to create a small project. But I'll try to do it
so you can reproduce it. If you can't wait, just create a QAction and
add it to a QToolBar: here's a piece of code:
QToolBar toolBar = new QToolBar(mainWindow);
toolBar.setObjectName("toolBar");
toolBar.setIconSize(new QSize(48, 48));
toolBar.setToolButtonStyle(com.trolltech.qt.core.Qt.ToolButtonStyle.ToolButtonTextUnderIcon);
mainWindow.addToolBar(com.trolltech.qt.core.Qt.ToolBarArea.TopToolBarArea,
toolBar);
actionOpen = new QAction(mainWindow);
actionOpen.setObjectName("actionOpen");
actionOpen.setIcon(new QIcon(new
QPixmap("classpath:img/48x48/open.png")));
actionOpen.setShortcut("Ctrl+O");
toolBar.addAction(actionOpen);
@all: I'm running on linux Kubuntu 10.04 64bits
picture qt4.5 http://uploadpie.com/yDvYO: qtjambi for linux 64 from
maven repository (packaged by Dusan)
picture qt4.6 http://uploadpie.com/y58GG: qtjambi for linux 64 from
git repository (built from master branch)
Kind regards,
On Fri, May 28, 2010 at 7:59 PM, Helge Fredriksen <[email protected]> wrote:
> And the code to reproduce this? Platform?
>
> Helge
>
> On 05/28/2010 07:56 PM, Vincent Lebreil wrote:
>>
>> Here there are (available for 1 week):
>>
>> qt4.5 : http://uploadpie.com/yDvYO
>> qt4.6 : http://uploadpie.com/y58GG
>>
>> On Fri, May 28, 2010 at 10:52 AM, Vincent Lebreil
>> <[email protected]> wrote:
>>
>>>
>>> I don't know for samples. But my png pictures are reduced and their
>>> corners are pixelised. The best way is that I send you screenshots
>>> this evening or this weekend so that you can see what happens.
>>>
>>> On Fri, May 28, 2010 at 10:44 AM, Helge Fredriksen<[email protected]>
>>> wrote:
>>>
>>>>
>>>> And how exactly do you see the pixelize problem? Is this visible on some
>>>> of
>>>> the
>>>> samples?
>>>>
>>>> Regards,
>>>> Helge Fredriksen
>>>>
>>>> On 05/28/2010 10:24 AM, Vincent Lebreil wrote:
>>>>
>>>>>
>>>>> Yep I clone this one:
>>>>> git://gitorious.org/qt-jambi/community-port-to-4_6.git and build
>>>>> against it.
>>>>>
>>>>> Vincent
>>>>>
>>>>> On Fri, May 28, 2010 at 8:48 AM, Helge Fredriksen<[email protected]>
>>>>> wrote:
>>>>>
>>>>>
>>>>>>
>>>>>>
>>>>>>>
>>>>>>> And when I run my software with my "own" 4.6 from master branch,
>>>>>>> icons
>>>>>>> are pixelised but it's not the case with 4.5.2_01. So if anyone has
>>>>>>> an
>>>>>>> idea, it would be great.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> Hmm, you did use the community-port-to-4_6.git repo when brewing
>>>>>> your qt jambi?
>>>>>>
>>>>>> Helge
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>
>>>>
>>>
>>>
>
>
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest