mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 15:46:44 +00:00
feat(GODT-2769): moved LinkLabel QML component to Proton custom component folder.
This commit is contained in:
@ -74,7 +74,6 @@
|
|||||||
<file alias="bridgeMacOS.svg">../../../../dist/bridgeMacOS.svg</file>
|
<file alias="bridgeMacOS.svg">../../../../dist/bridgeMacOS.svg</file>
|
||||||
<file>qml/KeychainSettings.qml</file>
|
<file>qml/KeychainSettings.qml</file>
|
||||||
<file>qml/LocalCacheSettings.qml</file>
|
<file>qml/LocalCacheSettings.qml</file>
|
||||||
<file>qml/LinkLabel.qml</file>
|
|
||||||
<file>qml/MainWindow.qml</file>
|
<file>qml/MainWindow.qml</file>
|
||||||
<file>qml/NotificationDialog.qml</file>
|
<file>qml/NotificationDialog.qml</file>
|
||||||
<file>qml/NotificationPopups.qml</file>
|
<file>qml/NotificationPopups.qml</file>
|
||||||
@ -91,6 +90,7 @@
|
|||||||
<file>qml/Proton/ComboBox.qml</file>
|
<file>qml/Proton/ComboBox.qml</file>
|
||||||
<file>qml/Proton/Dialog.qml</file>
|
<file>qml/Proton/Dialog.qml</file>
|
||||||
<file>qml/Proton/Label.qml</file>
|
<file>qml/Proton/Label.qml</file>
|
||||||
|
<file>qml/Proton/LinkLabel.qml</file>
|
||||||
<file>qml/Proton/Menu.qml</file>
|
<file>qml/Proton/Menu.qml</file>
|
||||||
<file>qml/Proton/MenuItem.qml</file>
|
<file>qml/Proton/MenuItem.qml</file>
|
||||||
<file>qml/Proton/Popup.qml</file>
|
<file>qml/Proton/Popup.qml</file>
|
||||||
|
|||||||
@ -10,12 +10,8 @@
|
|||||||
// GNU General Public License for more details.
|
// GNU General Public License for more details.
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with Proton Mail Bridge. If not, see <https://www.gnu.org/licenses/>.
|
// along with Proton Mail Bridge. If not, see <https://www.gnu.org/licenses/>.
|
||||||
import QtQml
|
|
||||||
import QtQuick
|
import QtQuick
|
||||||
import QtQuick.Layouts
|
|
||||||
import QtQuick.Controls
|
import QtQuick.Controls
|
||||||
import QtQuick.Controls.impl
|
|
||||||
import "." as Proton
|
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
id: root
|
id: root
|
||||||
@ -28,6 +28,7 @@ CheckBox 4.0 CheckBox.qml
|
|||||||
ComboBox 4.0 ComboBox.qml
|
ComboBox 4.0 ComboBox.qml
|
||||||
Dialog 4.0 Dialog.qml
|
Dialog 4.0 Dialog.qml
|
||||||
Label 4.0 Label.qml
|
Label 4.0 Label.qml
|
||||||
|
LinkLabel 4.0 LinkLabel.qml
|
||||||
Menu 4.0 Menu.qml
|
Menu 4.0 Menu.qml
|
||||||
MenuItem 4.0 MenuItem.qml
|
MenuItem 4.0 MenuItem.qml
|
||||||
Popup 4.0 Popup.qml
|
Popup 4.0 Popup.qml
|
||||||
|
|||||||
Reference in New Issue
Block a user