Update
This commit is contained in:
parent
9284f33b19
commit
afbced36b4
|
@ -17,9 +17,9 @@
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import QtQuick 2.11
|
import QtQuick
|
||||||
import QtQuick.Layouts 1.11
|
import QtQuick.Layouts
|
||||||
import QtQuick.Controls 2.4
|
import QtQuick.Controls
|
||||||
import Qt5Compat.GraphicalEffects
|
import Qt5Compat.GraphicalEffects
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
|
|
|
@ -17,9 +17,9 @@
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import QtQuick 2.11
|
import QtQuick
|
||||||
import QtQuick.Layouts 1.11
|
import QtQuick.Layouts
|
||||||
import QtQuick.Controls 2.4
|
import QtQuick.Controls
|
||||||
import Qt5Compat.GraphicalEffects
|
import Qt5Compat.GraphicalEffects
|
||||||
|
|
||||||
Pane {
|
Pane {
|
||||||
|
|
|
@ -17,9 +17,9 @@
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import QtQuick 2.11
|
import QtQuick
|
||||||
import QtQuick.Layouts 1.11
|
import QtQuick.Layouts
|
||||||
import QtQuick.Controls 2.4
|
import QtQuick.Controls
|
||||||
import Qt5Compat.GraphicalEffects
|
import Qt5Compat.GraphicalEffects
|
||||||
|
|
||||||
Pane {
|
Pane {
|
||||||
|
|
|
@ -17,9 +17,9 @@
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import QtQuick 2.11
|
import QtQuick
|
||||||
import QtQuick.Layouts 1.11
|
import QtQuick.Layouts
|
||||||
import QtQuick.Controls 2.4
|
import QtQuick.Controls
|
||||||
import Qt5Compat.GraphicalEffects
|
import Qt5Compat.GraphicalEffects
|
||||||
|
|
||||||
Pane {
|
Pane {
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
// along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
|
// along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
|
||||||
//
|
//
|
||||||
|
|
||||||
import QtQuick 2.11
|
import QtQuick
|
||||||
import QtQuick.Controls 2.4
|
import QtQuick.Controls
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
id: clock
|
id: clock
|
||||||
|
|
|
@ -22,10 +22,10 @@
|
||||||
// along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
|
// along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
|
||||||
//
|
//
|
||||||
|
|
||||||
import QtQuick 2.11
|
import QtQuick
|
||||||
import QtQuick.Layouts 1.11
|
import QtQuick.Layouts
|
||||||
import QtQuick.Controls 2.4
|
import QtQuick.Controls
|
||||||
import QtGraphicalEffects 1.0
|
import Qt5Compat.GraphicalEffects
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
id: inputContainer
|
id: inputContainer
|
||||||
|
|
|
@ -22,9 +22,9 @@
|
||||||
// along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
|
// along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
|
||||||
//
|
//
|
||||||
|
|
||||||
import QtQuick 2.11
|
import QtQuick
|
||||||
import QtQuick.Layouts 1.11
|
import QtQuick.Layouts
|
||||||
import SddmComponents 2.0 as SDDM
|
import SddmComponents as SDDM
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: formContainer
|
id: formContainer
|
||||||
|
|
|
@ -22,9 +22,9 @@
|
||||||
// along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
|
// along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
|
||||||
//
|
//
|
||||||
|
|
||||||
import QtQuick 2.11
|
import QtQuick
|
||||||
import QtQuick.Controls 2.4
|
import QtQuick.Controls
|
||||||
import QtGraphicalEffects 1.0
|
import Qt5Compat.GraphicalEffects
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: sessionButton
|
id: sessionButton
|
||||||
|
|
|
@ -22,9 +22,9 @@
|
||||||
// along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
|
// along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
|
||||||
//
|
//
|
||||||
|
|
||||||
import QtQuick 2.11
|
import QtQuick
|
||||||
import QtQuick.Layouts 1.11
|
import QtQuick.Layouts
|
||||||
import QtQuick.Controls 2.4
|
import QtQuick.Controls
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
|
|
||||||
|
|
|
@ -22,9 +22,9 @@
|
||||||
// along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
|
// along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
|
||||||
//
|
//
|
||||||
|
|
||||||
import QtQuick 2.11
|
import QtQuick
|
||||||
import QtQuick.Controls 2.4
|
import QtQuick.Controls
|
||||||
import QtGraphicalEffects 1.0
|
import Qt5Compat.GraphicalEffects
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: usernameField
|
id: usernameField
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
// along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
|
// along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
|
||||||
//
|
//
|
||||||
|
|
||||||
import QtQuick 2.11
|
import QtQuick
|
||||||
import QtQuick.VirtualKeyboard 2.3
|
import QtQuick.VirtualKeyboard
|
||||||
|
|
||||||
InputPanel {
|
InputPanel {
|
||||||
id: virtualKeyboard
|
id: virtualKeyboard
|
||||||
|
|
|
@ -22,10 +22,10 @@
|
||||||
// along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
|
// along with SDDM Sugar Candy. If not, see <https://www.gnu.org/licenses/>
|
||||||
//
|
//
|
||||||
|
|
||||||
import QtQuick 2.11
|
import QtQuick
|
||||||
import QtQuick.Layouts 1.11
|
import QtQuick.Layouts
|
||||||
import QtQuick.Controls 2.4
|
import QtQuick.Controls
|
||||||
import QtGraphicalEffects 1.0
|
import Qt5Compat.GraphicalEffects
|
||||||
import "Components"
|
import "Components"
|
||||||
|
|
||||||
Pane {
|
Pane {
|
||||||
|
|
Loading…
Reference in New Issue