Skip to content

Instantly share code, notes, and snippets.

View danie1k's full-sized avatar
😈
Automate! Automate everything!...

Daniel Kuruc danie1k

😈
Automate! Automate everything!...
View GitHub Profile
@danie1k
danie1k / Cargo.toml
Last active February 4, 2020 21:56
Simplest Rust Qt5 "Hello World" example
[package]
name = "hello_world"
version = "0.1.0"
edition = "2018"
[dependencies]
qt_core = "*"
qt_gui = "*"
qt_widgets = "*"
@danie1k
danie1k / user-style.css
Last active January 28, 2021 16:33
BitBucket New Style Pull Request view user-style
.sc-jtRlXQ {
padding-left: 2.5rem;
}
/* background */
.sc-fOICqy {
border-radius: 24px 16px 16px 16px;
border: 1px solid #fff;
margin-right: -1px;
margin-bottom: -1px;