mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Merge branch '5.0'
This commit is contained in:
commit
3b24caed4f
3 changed files with 4 additions and 4 deletions
|
@ -67,7 +67,7 @@ UM.Dialog
|
||||||
Image
|
Image
|
||||||
{
|
{
|
||||||
id: packageIcon
|
id: packageIcon
|
||||||
source: model.icon_url || Qt.resolvedUrl("../../images/placeholder.svg")
|
source: model.icon_url || Qt.resolvedUrl("../images/placeholder.svg")
|
||||||
height: lineHeight
|
height: lineHeight
|
||||||
width: height
|
width: height
|
||||||
sourceSize.height: height
|
sourceSize.height: height
|
||||||
|
@ -109,7 +109,7 @@ UM.Dialog
|
||||||
Image
|
Image
|
||||||
{
|
{
|
||||||
id: packageIcon
|
id: packageIcon
|
||||||
source: model.icon_url || Qt.resolvedUrl("../../images/placeholder.svg")
|
source: model.icon_url || Qt.resolvedUrl("../images/placeholder.svg")
|
||||||
height: lineHeight
|
height: lineHeight
|
||||||
width: height
|
width: height
|
||||||
sourceSize.height: height
|
sourceSize.height: height
|
||||||
|
|
|
@ -51,7 +51,7 @@ UM.Dialog
|
||||||
sourceSize.width: width
|
sourceSize.width: width
|
||||||
sourceSize.height: height
|
sourceSize.height: height
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
source: licenseModel.iconUrl || Qt.resolvedUrl("../../images/placeholder.svg")
|
source: licenseModel.iconUrl || Qt.resolvedUrl("../images/placeholder.svg")
|
||||||
mipmap: true
|
mipmap: true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -137,7 +137,7 @@ UM.Dialog
|
||||||
projectsModel.append({ name: "libArcus", description: catalog.i18nc("@label", "Interprocess communication library"), license: "LGPLv3", url: "https://github.com/Ultimaker/libArcus" });
|
projectsModel.append({ name: "libArcus", description: catalog.i18nc("@label", "Interprocess communication library"), license: "LGPLv3", url: "https://github.com/Ultimaker/libArcus" });
|
||||||
|
|
||||||
projectsModel.append({ name: "Python", description: catalog.i18nc("@label", "Programming language"), license: "Python", url: "http://python.org/" });
|
projectsModel.append({ name: "Python", description: catalog.i18nc("@label", "Programming language"), license: "Python", url: "http://python.org/" });
|
||||||
projectsModel.append({ name: "Qt5", description: catalog.i18nc("@label", "GUI framework"), license: "LGPLv3", url: "https://www.qt.io/" });
|
projectsModel.append({ name: "Qt6", description: catalog.i18nc("@label", "GUI framework"), license: "LGPLv3", url: "https://www.qt.io/" });
|
||||||
projectsModel.append({ name: "PyQt", description: catalog.i18nc("@label", "GUI framework bindings"), license: "GPL", url: "https://riverbankcomputing.com/software/pyqt" });
|
projectsModel.append({ name: "PyQt", description: catalog.i18nc("@label", "GUI framework bindings"), license: "GPL", url: "https://riverbankcomputing.com/software/pyqt" });
|
||||||
projectsModel.append({ name: "SIP", description: catalog.i18nc("@label", "C/C++ Binding library"), license: "GPL", url: "https://riverbankcomputing.com/software/sip" });
|
projectsModel.append({ name: "SIP", description: catalog.i18nc("@label", "C/C++ Binding library"), license: "GPL", url: "https://riverbankcomputing.com/software/sip" });
|
||||||
projectsModel.append({ name: "Protobuf", description: catalog.i18nc("@label", "Data interchange format"), license: "BSD", url: "https://developers.google.com/protocol-buffers" });
|
projectsModel.append({ name: "Protobuf", description: catalog.i18nc("@label", "Data interchange format"), license: "BSD", url: "https://developers.google.com/protocol-buffers" });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue