Skip to content Skip to sidebar Skip to footer
Showing posts with the label User Interface

In Wxpython How Do You Bind A Evt_key_down Event To The Whole Window?

I can bind an event to a textctrl box np. The problem is I have to be clicked inside of the textct… Read more In Wxpython How Do You Bind A Evt_key_down Event To The Whole Window?

Assigning Items From Dictionary's Set To A Combobox

My plan was to create a combobox with the names of individuals, so that user can select a name from… Read more Assigning Items From Dictionary's Set To A Combobox

Embed Audio, Video In Python Gui

I am working on a project that requires me to display some live video feeds from networked cameras … Read more Embed Audio, Video In Python Gui

Placeholder Text Not Showing (pyside/pyqt)

Learning PySide, I'm tweaking a text edit widget (QLineEdit) and trying to set the placeholder … Read more Placeholder Text Not Showing (pyside/pyqt)

Raspberry Pi : Auto Run Gui On Boot

I want to run a python script which executes a GUI on startup(as pi boots up). But I don't see… Read more Raspberry Pi : Auto Run Gui On Boot

What Is The Data Format Read By The Function Cv2.imread? Working With Tkinter And Python

Good day, I am quite new to Python programming and I was tasked to do my own GUI with image inside … Read more What Is The Data Format Read By The Function Cv2.imread? Working With Tkinter And Python

Scale An Image In Gtk

In GTK, how can I scale an image? Right now I load images with PIL and scale them beforehand, but i… Read more Scale An Image In Gtk

Python: Tkinter Askyesno Method Opens An Empty Window

I use this to get yes/no from user but it opens an empty window: from Tkinter import * from tkMessa… Read more Python: Tkinter Askyesno Method Opens An Empty Window

How Can I Create A Small Idle-like Python Shell In Tkinter?

I'm trying to make a thing controlled by a Python Shell GUI. The only thing is, I don't kno… Read more How Can I Create A Small Idle-like Python Shell In Tkinter?

Nesting Widgets In Kivy

I'm trying to make an interface in kivy and I think there are some fundamental things I don'… Read more Nesting Widgets In Kivy

How To Fix 'importerror: Cannot Import Name 'ttk'' In Python 3.6.8

I am trying to create a GUI for a Python program I wrote. For that I'd like to import ttk from … Read more How To Fix 'importerror: Cannot Import Name 'ttk'' In Python 3.6.8

Resizing A Window With Pyqt5 - How Do I Reduce The Size Of A Widget To Allow The Window To Be Shrunk?

I'm trying to learn it by re-making an old command line C program I've got for working with… Read more Resizing A Window With Pyqt5 - How Do I Reduce The Size Of A Widget To Allow The Window To Be Shrunk?

How To Save Information From The Program Then Use It To Show In Program Again (simple Programming)

I have a user-interface, I made. It has Entry form and Treeview section. When I entry information, … Read more How To Save Information From The Program Then Use It To Show In Program Again (simple Programming)

How To Access The Gui Output?

I'm developing one test bench which runs multiple tests via python gui and prints the output as… Read more How To Access The Gui Output?

Checkbuttons And Buttons: Using Lambda

I am trying to make a number of checkboxes based on a list, however it looks as if I am screwing up… Read more Checkbuttons And Buttons: Using Lambda

Creating A C++ Qt Gui For A Python Logic

I was presented with a Python logic for which I need to create a GUI. I want to use Qt for that pur… Read more Creating A C++ Qt Gui For A Python Logic

Plotting Multiple Graphs In Separate Tkinter Figures Within The Same Window

I'm trying to create a GUI using tkinter that will plot multiple plots when prompted. Right now… Read more Plotting Multiple Graphs In Separate Tkinter Figures Within The Same Window

"htop" Style Gui With Python, How?

I am intersted in building some text based GUIs, things that look like the terminal, but has functi… Read more "htop" Style Gui With Python, How?

Opengl User Interface Programming

I'm developing a graphical application to present data (not a game but a real workhorse app). I… Read more Opengl User Interface Programming

Tkinter Only Calls After_idle Once

I am new to Tkinter, so I apologize if this is easy, but I have search for a couple of hours and ca… Read more Tkinter Only Calls After_idle Once