<string>Specify Pixmap-Loader function (only the function's name, no tqparentheses.)</string>
<string>Specify Pixmap-Loader function (only the function's name, no parentheses.)</string>
</property>
<property name="whatsThis" stdset="0">
<string><b>Specify Pixmap-Loader function</b><p>Specify the function which should be used for loading a pixmap in the generated code. <em>Only enter the function's name, without tqparentheses.</em></string>
<string><b>Specify Pixmap-Loader function</b><p>Specify the function which should be used for loading a pixmap in the generated code. <em>Only enter the function's name, without parentheses.</em></string>
</property>
</widget>
<widget class="TQRadioButton" row="1" column="0">
@ -380,10 +380,10 @@
<bool>false</bool>
</property>
<property name="toolTip" stdset="0">
<string>Specify spacing function (only the function's name, no tqparentheses.)</string>
<string>Specify spacing function (only the function's name, no parentheses.)</string>
</property>
<property name="whatsThis" stdset="0">
<string><b>Specify spacing function</b><p>Specify the function which should be used for getting the spacing in the generated code. <em>Only enter the function's name, without tqparentheses.</em></string>
<string><b>Specify spacing function</b><p>Specify the function which should be used for getting the spacing in the generated code. <em>Only enter the function's name, without parentheses.</em></string>
<string>Specify margin function (only the function's name, no tqparentheses.)</string>
<string>Specify margin function (only the function's name, no parentheses.)</string>
</property>
<property name="whatsThis" stdset="0">
<string><b>Specify margin function</b><p>Specify the function which should be used for getting the margin in the generated code. <em>Only enter the function's name, without tqparentheses.</em></string>
<string><b>Specify margin function</b><p>Specify the function which should be used for getting the margin in the generated code. <em>Only enter the function's name, without parentheses.</em></string>
action=newKAction(i18n("Lay Out &Horizontally"),createPartIconSet("designer_edithtqlayout.png"),CTRL+Key_H,this,TQT_SLOT(tqlayoutHLayout()),actionCollection(),"tqlayout_h");
action=newKAction(i18n("Lay Out &Horizontally"),createPartIconSet("designer_edithtqlayout.png"),CTRL+Key_H,this,TQT_SLOT(layoutHLayout()),actionCollection(),"layout_h");
stateSync(action,m_widget->actionEditHLayout);
action=newKAction(i18n("Lay Out &Vertically"),createPartIconSet("designer_editvtqlayout.png"),CTRL+Key_V,this,TQT_SLOT(tqlayoutVLayout()),actionCollection(),"tqlayout_v");
action=newKAction(i18n("Lay Out &Vertically"),createPartIconSet("designer_editvtqlayout.png"),CTRL+Key_V,this,TQT_SLOT(layoutVLayout()),actionCollection(),"layout_v");
stateSync(action,m_widget->actionEditVLayout);
action=newKAction(i18n("Lay Out in &Grid"),createPartIconSet("designer_editgrid.png"),CTRL+Key_G,this,TQT_SLOT(tqlayoutGridLayout()),actionCollection(),"tqlayout_grid");
action=newKAction(i18n("Lay Out in &Grid"),createPartIconSet("designer_editgrid.png"),CTRL+Key_G,this,TQT_SLOT(layoutGridLayout()),actionCollection(),"layout_grid");
stateSync(action,m_widget->actionEditGridLayout);
action=newKAction(i18n("Lay OutQt::Horizontally (in S&plitter)"),createPartIconSet("designer_editvtqlayoutsplit.png"),0,this,TQT_SLOT(tqlayoutSplitHLayout()),actionCollection(),"tqlayout_splith");
action=newKAction(i18n("Lay OutQt::Horizontally (in S&plitter)"),createPartIconSet("designer_editvlayoutsplit.png"),0,this,TQT_SLOT(layoutSplitHLayout()),actionCollection(),"layout_splith");
action=newKAction(i18n("Lay OutQt::Vertically (in Sp&litter)"),createPartIconSet("designer_edithtqlayoutsplit.png"),0,this,TQT_SLOT(tqlayoutSplitVLayout()),actionCollection(),"tqlayout_splitv");
action=newKAction(i18n("Lay OutQt::Vertically (in Sp&litter)"),createPartIconSet("designer_edithlayoutsplit.png"),0,this,TQT_SLOT(layoutSplitVLayout()),actionCollection(),"layout_splitv");
<string><b>Edit Palette</b><p>Change the current widget or form's palette.</p><p>Use a generated palette or select colors for each color group and each color role.</p><p>The palette can be tested with different widget tqlayouts in the preview section.</p></string>
<string><b>Edit Palette</b><p>Change the current widget or form's palette.</p><p>Use a generated palette or select colors for each color group and each color role.</p><p>The palette can be tested with different widget layouts in the preview section.</p></string>