QElectroTech 0.200.1-dev
Loading...
Searching...
No Matches
Todo List
Member Element::linkTypeToString () const
remove this function
Member QET::stringToFileName (const QString &)
virer les caracteres accentues ?
Member RecentFiles::~RecentFiles () override
determiner s'il faut detruire ou non le menu
Member TitleBlockTemplate::WidthConstraintCase
Once this project's minimum supported C++ standard reaches C++23, migrate minimumWidth() and maximumWidth() to return std::expected<int, WidthConstraintCase> instead of encoding these cases as negative int sentinels. That removes the possibility of a caller silently misinterpreting a sentinel as a real pixel width – something the current int-based encoding cannot prevent at compile time.