mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-10 05:58:00 +00:00
Work on SampleEditor
This commit is contained in:
@@ -36,6 +36,9 @@ QString SysStringToQString(const boo::SystemString& str);
|
||||
bool MkPath(const QString& path, UIMessenger& messenger);
|
||||
bool MkPath(const QDir& dir, const QString& file, UIMessenger& messenger);
|
||||
|
||||
void ShowInGraphicalShell(QWidget* parent, const QString& pathIn);
|
||||
QString ShowInGraphicalShellString();
|
||||
|
||||
static QLatin1String StringViewToQString(std::string_view sv)
|
||||
{
|
||||
return QLatin1String(sv.data(), int(sv.size()));
|
||||
|
||||
Reference in New Issue
Block a user