<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>
KMessageBox::error(tqparentWidget(),i18n("There was an error with the downloaded resource tarball file. Possible causes are damaged archive or invalid directory structure in the archive."),i18n("Resource Installation Error"));
KMessageBox::error(parentWidget(),i18n("There was an error with the downloaded resource tarball file. Possible causes are damaged archive or invalid directory structure in the archive."),i18n("Resource Installation Error"));
if(KMessageBox::warningContinueCancel(tqparentWidget(),i18n("<qt>There is a problem with the resource file you have downloaded. The errors are :<b>%1</b><br>%2<br><br>Installation of the resource is <b>not recommended</b>.<br><br>Do you want to proceed with the installation?</qt>").tqarg(errorString).tqarg(signatureStr),i18n("Problematic Resource File"))==KMessageBox::Continue)
if(KMessageBox::warningContinueCancel(parentWidget(),i18n("<qt>There is a problem with the resource file you have downloaded. The errors are :<b>%1</b><br>%2<br><br>Installation of the resource is <b>not recommended</b>.<br><br>Do you want to proceed with the installation?</qt>").tqarg(errorString).tqarg(signatureStr),i18n("Problematic Resource File"))==KMessageBox::Continue)
valid=true;
}else
KMessageBox::information(tqparentWidget(),i18n("<qt>%1<br><br>Press OK to install it.</qt>").tqarg(signatureStr),i18n("Valid Resource"),"Show Valid Signature Information");
KMessageBox::information(parentWidget(),i18n("<qt>%1<br><br>Press OK to install it.</qt>").tqarg(signatureStr),i18n("Valid Resource"),"Show Valid Signature Information");
KMessageBox::error(tqparentWidget(),i18n("The signing failed for unknown reason."));
KMessageBox::error(parentWidget(),i18n("The signing failed for unknown reason."));
}else
{
if(result&Security::BAD_PASSPHRASE)
{
if(KMessageBox::warningContinueCancel(tqparentWidget(),i18n("There are no keys usable for signing or you did not entered the correct passphrase.\nProceed without signing the resource?"))==KMessageBox::Cancel)
if(KMessageBox::warningContinueCancel(parentWidget(),i18n("There are no keys usable for signing or you did not entered the correct passphrase.\nProceed without signing the resource?"))==KMessageBox::Cancel)
boolhasFileName;///<the group contains filename(s)
TQRegExpfileNameRx;///<delete the matches of this regexp to obtain a filename (eg. linked, included file name)
boolappendToTags;///<true if the group elements must be used as normal tags in autocompletion
TQStringtqparentGroup;///<if the group element can be a child of another group (eg. member function of a class), holds the tqparent name. Makes sense only if appentToTags is true
TQString parentGroup;///<if the group element can be a child of another group (eg. member function of a class), holds the tqparent name. Makes sense only if appentToTags is true
};
@ -248,7 +248,7 @@ public:
//prefer using this variant, it handle Text, Empty, XmlTagEnd nodes!
<UML:Class stereotype="" package="" xmi.id="1082" abstract="0" documentation="Item for project files. It's different from a standard file as the project files are basically XML tag elements." name="ProjectTreeFile" static="0" scope="200" >
@ -2637,8 +2637,8 @@ See the operations in order to get a picture what's here." name="QuantaDoc" stat
tqparentTree->showMessage(i18n("Line %1, column %2: %3 is not part of %4.").tqarg(line+1).tqarg(col+1).tqarg(qTagName).tqarg(node->tag->dtd()->nickName));
parentTree->showMessage(i18n("Line %1, column %2: %3 is not part of %4.").tqarg(line+1).tqarg(col+1).tqarg(qTagName).tqarg(node->tag->dtd()->nickName));
KMessageBox::error(tqparentWidget(),i18n("There was an error with the downloaded DTEP tarball file. Possible causes are damaged archive or invalid directory structure in the archive."),i18n("DTEP Installation Error"));
KMessageBox::error(parentWidget(),i18n("There was an error with the downloaded DTEP tarball file. Possible causes are damaged archive or invalid directory structure in the archive."),i18n("DTEP Installation Error"));
if(KMessageBox::questionYesNo(tqparentWidget(),i18n("Do you want to load the newly downloaded toolbar?"),i18n("Load Toolbar"),i18n("Load"),KStdGuiItem::cancel())==KMessageBox::Yes)
if(KMessageBox::questionYesNo(parentWidget(),i18n("Do you want to load the newly downloaded toolbar?"),i18n("Load Toolbar"),i18n("Load"),KStdGuiItem::cancel())==KMessageBox::Yes)
{
emitloadToolbarFile(destURL);
}
}
if(!ok)
KMessageBox::error(tqparentWidget(),i18n("There was an error with the downloaded toolbar tarball file. Possible causes are damaged archive or invalid directory structure in the archive."),i18n("Toolbar Installation Error"));
KMessageBox::error(parentWidget(),i18n("There was an error with the downloaded toolbar tarball file. Possible causes are damaged archive or invalid directory structure in the archive."),i18n("Toolbar Installation Error"));
if(KMessageBox::questionYesNo(tqparentWidget(),i18n("Do you want to open the newly downloaded template?"),i18n("Open Template"),KStdGuiItem::open(),KStdGuiItem::cancel())==KMessageBox::Yes)
if(KMessageBox::questionYesNo(parentWidget(),i18n("Do you want to open the newly downloaded template?"),i18n("Open Template"),KStdGuiItem::open(),KStdGuiItem::cancel())==KMessageBox::Yes)
{
emitopenFile(destURL);
}
}
if(!ok)
KMessageBox::error(tqparentWidget(),i18n("There was an error with the downloaded template file."),i18n("Template Installation Error"));
KMessageBox::error(parentWidget(),i18n("There was an error with the downloaded template file."),i18n("Template Installation Error"));
KMessageBox::error(tqparentWidget(),i18n("There was an error with the downloaded script tarball file. Possible causes are damaged archive or invalid directory structure in the archive."),i18n("Script Installation Error"));
KMessageBox::error(parentWidget(),i18n("There was an error with the downloaded script tarball file. Possible causes are damaged archive or invalid directory structure in the archive."),i18n("Script Installation Error"));
KMessageBox::error(tqparentWidget(),i18n("There was an error with the downloaded script tarball file. Possible causes are damaged archive or invalid directory structure in the archive."),i18n("Documentation Installation Error"));
KMessageBox::error(parentWidget(),i18n("There was an error with the downloaded script tarball file. Possible causes are damaged archive or invalid directory structure in the archive."),i18n("Documentation Installation Error"));