Make path in file manager editable
This commit is contained in:
+2
-2
@@ -29,6 +29,7 @@ signals:
|
||||
void tabChanged(const QString &path);
|
||||
private:
|
||||
QStringList _tabs;
|
||||
QString tabName(const QString &path);
|
||||
};
|
||||
|
||||
class FITSSelection : public QDialog
|
||||
@@ -50,8 +51,7 @@ public:
|
||||
~FileManager();
|
||||
public slots:
|
||||
void selectFITSKeywords();
|
||||
protected slots:
|
||||
void addTab();
|
||||
void pathEdited();
|
||||
signals:
|
||||
void openFile(const QString &path);
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user