Skip to content

Commit

Permalink
WIP: convert manual-example.ui to Gtk3
Browse files Browse the repository at this point in the history
Problem: objects are arranged kind of random
  • Loading branch information
hansu committed Dec 22, 2023
1 parent e7352ac commit 0e50212
Show file tree
Hide file tree
Showing 2 changed files with 431 additions and 409 deletions.
4 changes: 3 additions & 1 deletion configs/sim/hitcounter.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import hal
import glib
import gi
gi.require_version('Gtk', '3.0')
from gi.repository import GLib
import time

class HandlerClass:
Expand Down
Loading

0 comments on commit 0e50212

Please sign in to comment.