mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-17 00:35:19 +02:00
[ui] move filepath.js to Utils module
This commit is contained in:
parent
61427ba41c
commit
d91601ca8e
6 changed files with 5 additions and 4 deletions
|
@ -2,7 +2,7 @@ import QtQuick 2.9
|
|||
import QtQuick.Layouts 1.3
|
||||
import QtQuick.Controls 2.2
|
||||
import MaterialIcons 2.2
|
||||
import "../filepath.js" as Filepath
|
||||
import Utils 1.0
|
||||
|
||||
/**
|
||||
Instantiate a control to visualize and edit an Attribute based on its type.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import QtQuick 2.9
|
||||
import QtQuick.Controls 2.3
|
||||
import QtQuick.Layouts 1.3
|
||||
import "filepath.js" as Filepath
|
||||
import Utils 1.0
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
module Utils
|
||||
|
||||
SortFilterDelegateModel 1.0 SortFilterDelegateModel.qml
|
||||
Filepath 1.0 filepath.js
|
||||
|
|
|
@ -5,7 +5,7 @@ import QtQuick.Layouts 1.3
|
|||
import Qt.labs.platform 1.0 as Platform
|
||||
import Viewer 1.0
|
||||
import MaterialIcons 2.2
|
||||
import "filepath.js" as Filepath
|
||||
import Utils 1.0
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -8,7 +8,7 @@ import Qt.labs.platform 1.0 as Platform
|
|||
import Qt.labs.settings 1.0
|
||||
import GraphEditor 1.0
|
||||
import MaterialIcons 2.2
|
||||
import "filepath.js" as Filepath
|
||||
import Utils 1.0
|
||||
|
||||
ApplicationWindow {
|
||||
id: _window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue