Skip to content

Instantly share code, notes, and snippets.

View MatthieuDartiailh's full-sized avatar

Matthieu Dartiailh MatthieuDartiailh

View GitHub Profile
@eirenik0
eirenik0 / enaml_with_fbs.py
Last active December 6, 2018 16:51
Combine https://github.com/mherrmann/fbs/ build tool with https://github.com/nucleic/enaml/ for building Desktop applications smoothly
import sys
import enaml
from enaml.qt.qt_application import QtApplication
from fbs_runtime.application_context import ApplicationContext, cached_property
from hstatus import ModemInfoUpdater
class CustomQtApplication(QtApplication):