Skip to content

Data regarding labels are created from locale #28

@alexandre-mbm

Description

@alexandre-mbm
ui->setupUi(this);
loadLanguage();

co = new CO(this);
if(!co->readXML(co->dirPath() + CO_XML_PATH))
{
    co->useDefaultData();
    QDir().mkdir(co->dirPath() + CO_DATA_PATH);
    QDir().mkdir(co->dirPath() + CO_DATASHEET_PATH);
    QDir().mkdir(co->dirPath() + CO_APPNOTE_PATH);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions