Obsolete Members for QPictureОписанные ниже члены класса устарели. Они оставлены для обеспечения совместимости со старым кодом. Мы настоятельно не рекомендуем использовать их в новом коде. Статические открытые члены
Описание функций-членовQStringList QPicture::inputFormatList () [static]Returns a list of picture formats that are supported for picture input. Note that if you want to iterate over the list, you should iterate over a copy, e.g. QStringList list = QPicture::inputFormatList(); foreach (QString string, list) myProcessing(string); See also outputFormatList(), inputFormats(), and QPictureIO. QList<QByteArray> QPicture::inputFormats () [static]Returns a list of picture formats that are supported for picture input. See also outputFormats(), inputFormatList(), and QPictureIO. QStringList QPicture::outputFormatList () [static]Returns a list of picture formats that are supported for picture output. Note that if you want to iterate over the list, you should iterate over a copy, e.g. QStringList list = QPicture::outputFormatList(); foreach (QString string, list) myProcessing(string); See also inputFormatList(), outputFormats(), and QPictureIO. QList<QByteArray> QPicture::outputFormats () [static]Returns a list of picture formats that are supported for picture output. See also inputFormats(), outputFormatList(), and QPictureIO. const char * QPicture::pictureFormat ( const QString & fileName ) [static]Returns a string that specifies the picture format of the file fileName, or 0 if the file cannot be read or if the format is not recognized.
|
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |