Skip to content

Instantly share code, notes, and snippets.

View dgovil's full-sized avatar

Dhruv Govil dgovil

View GitHub Profile
@dgovil
dgovil / .dockerignore
Created July 25, 2020 04:16 — forked from NogaMan/.dockerignore
Gatsby Dockerfile
.cache/
node_modules/
public/
@dgovil
dgovil / pyside_dynamic.py
Created April 6, 2017 00:09 — forked from cpbotha/pyside_dynamic.py
pyside_dynamic.py with minor improvements - also see http://stackoverflow.com/a/14894550/532513
#!/usr/bin/python2
# -*- coding: utf-8 -*-
# Copyright (c) 2011 Sebastian Wiesner <lunaryorn@gmail.com>
# Modifications by Charl Botha <cpbotha@vxlabs.com>
# * customWidgets support (registerCustomWidget() causes segfault in
# pyside 1.1.2 on Ubuntu 12.04 x86_64)
# * workingDirectory support in loadUi
# found this here:
# https://github.com/lunaryorn/snippets/blob/master/qt4/designer/pyside_dynamic.py