mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Start implementing new Cura design
This commit is contained in:
parent
89a035bab4
commit
fb580627fb
10 changed files with 544 additions and 218 deletions
10
qml/PrinterButton.qml
Normal file
10
qml/PrinterButton.qml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import QtQuick 2.2
|
||||
import QtQuick.Controls 1.1
|
||||
import QtQuick.Controls.Styles 1.1
|
||||
import QtQuick.Layouts 1.1
|
||||
|
||||
import UM 1.0 as UM
|
||||
|
||||
Button {
|
||||
style: UM.Theme.styles.tool_button;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue