Top "User-interface" questions

User Interface (UI) is the system through which people interact with a computer.

Linking a qtDesigner .ui file to python/pyqt?

So if I go into QtDesigner and build a UI, it'll be saved as a .ui file. How can I …

python user-interface qt pyqt qt-designer
Making a WinForms TextBox behave like your browser's address bar

When a C# WinForms textbox receives focus, I want it to behave like your browser's address bar. To see what …

.net winforms user-interface textbox
How to create a timer using tkinter?

I need to code a program with Python's tkinter library. My major problem is that I don't know how to …

python user-interface tkinter
What is Linux’s native GUI API?

Both Windows (Win32 API) and OS X (Cocoa) have their own APIs to handle windows, events and other OS stuff. …

c++ c linux api user-interface
Navigation Drawer (Google+ vs. YouTube)

Does anyone know how to implement a sliding menu like some of the top apps of today? Other Stack Overflow …

android android-layout user-interface navigation-drawer
How to Disable GUI Button in Java

so I have this small piece of code for my GUI: import java.awt.BorderLayout; import java.awt.Component; import …

java user-interface jbutton actionlistener
Is it possible to put a ConstraintLayout inside a ScrollView?

So recently, with Android Studio 2.2 there's a new ConstraintLayout that makes designing a lot easier, but unlike RelativeLayout and Linearlayout, …

android android-layout user-interface android-constraintlayout
How do I fix this "TypeError: 'str' object is not callable" error?

I'm creating a basic program that will use a GUI to get a price of an item, then take 10% off …

python string user-interface comparison callable
How can I add a hint text to WPF textbox?

For example, Facebook has a "Search" hint text in the Search text box when the textbox is empty. How to …

.net wpf user-interface textbox
Unable to run Java GUI programs with Ubuntu

I am learning GUI in Java, and for that I have created a demo program: import java.awt.*; public class …

java swing user-interface ubuntu runtime-error