Skip to content

Instantly share code, notes, and snippets.

@ratmandu
ratmandu / main.qml
Last active August 5, 2017 18:23
SEMOW QML
import QtQuick 2.7
import QtQuick.Controls 2.0
import QtQuick.Layouts 1.3
ApplicationWindow {
visible: true
width: 640
height: 480
title: qsTr("seMOw")
image: ratmandu/avr-docker-build
build:
stage: build
script:
- today=`date '+%F-%T'`;
- echo `pwd`
- cd UC3/mainapp
- make -j4
- mv main.hex ../../uc3-build-$today.hex
# - mv main.elf ../../uc3-build-$today.elf
@ratmandu
ratmandu / zenburn.xml
Created August 25, 2014 01:20
QtCreator Zenburn
<?xml version="1.0" encoding="UTF-8"?>
<style-scheme version="1.0" name="zenburn">
<style name="Text" foreground="#dcdccc" background="#3f3f3f"/>
<style name="Link" foreground="#8cd1d3" bold="true"/>
<style name="Selection" foreground="#333333" background="#f18c96"/>
<style name="LineNumber" foreground="#9fafaf" background="#262626"/>
<style name="SearchResult" foreground="#FFFFE0"/>
<style name="SearchScope" foreground="#FFFFE0" background="#3f3f3f"/>
<style name="Parentheses" foreground="#dca3a3" background="#3f3f3f" bold="true"/>
<style name="CurrentLine" foreground="#000d18" background="#8faf9f"/>