Qt Utilities 6.14.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
Loading...
Searching...
No Matches
Namespaces | Functions
conversion.h File Reference
#include "../global.h"
#include <QString>
#include <string>
#include <string_view>
Include dependency graph for conversion.h:

Go to the source code of this file.

Namespaces

namespace  QtUtilities
 !
 

Functions

QByteArray QtUtilities::toNativeFileName (const QString &fileName)
 
QString QtUtilities::fromNativeFileName (const char *nativeFileName, int size=-1)
 
QString QtUtilities::fromNativeFileName (const std::string &nativeFileName)
 
QString QtUtilities::qstringFromStdStringView (std::string_view stringView)