Skip to content

Instantly share code, notes, and snippets.

@sjev
sjev / combobox.py
Last active August 29, 2015 14:14 — forked from MarshallChris/combobox.py
# -*- coding: utf-8 -*-
"""
Created on Wed Jul 17 10:50:56 2013
@author: cmarshall
"""
import sip
sip.setapi('QString', 1)
sip.setapi('QVariant', 1)