Top "User-interface" questions

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

PostgreSQL - create a new DB through pgAdmin UI

I have installed PostgreSQL DB server on my Ubuntu machine. Now I want to create a new Database through some …

postgresql user-interface pgadmin
How to convert a .ui file to .py file

This .ui file is made by Qt Designer. It's just a simple UI. All the commands or codes for doing …

python user-interface pyqt qt-designer
Android - Standard height of toolbar

I want to create a toolbar in my app, and I am wondering what is the standard height for the …

android user-interface toolbar
UI Terminology: Logon vs Login

I am crafting an application and cannot decide whether to use the terms Login/out or Logon/off. Is there …

user-interface terminology
Qt undefined reference to vtable

I am a beginner to Qt programming and use codeblocks for my programming. I created 3 files communicate.h,commmunicate.cpp …

c++ user-interface qt4 codeblocks
"Always on Top" Windows with Java

In Java, is there a way to have a window that is "Always on top" regardless if the user switches …

java user-interface swing awt
Padding doesn't affect <shape> in an XML Layout

I am trying to set padding in a <shape> declared within an XML file/layout. But whatever I …

android user-interface
How can I get clickable hyperlinks in AlertDialog from a string resource?

What I am trying to accomplish is to have clickable hyperlinks in the message text displayed by an AlertDialog. While …

android user-interface hyperlink custom-controls
MongoDB GUI client (cross-platform or Linux)

The list of MongoDB GUI client apps on the official site is outdated: some clients are not supported, some are …

linux mongodb user-interface cross-platform
java BoxLayout panel's alignment

I have browsed around and haven't found a solution that specifically tailors to my situation. I have a panel that …

java swing user-interface layout-manager boxlayout