-
Updated
May 21, 2021 - Python
graphical-user-interface
GUI stands for graphical user interface. It is a visual representation of communication presented to the user for easy interaction with the machine. It allows users to manipulate elements on the screen using a mouse, a stylus or even a finger. The actions in a GUI are usually performed through direct manipulation of the graphical elements.
Here are 218 public repositories matching this topic...
-
Updated
Aug 18, 2021 - Python
-
Updated
Jul 20, 2021 - C++
-
Updated
Feb 24, 2020 - C++
-
Updated
Aug 2, 2021 - Fortran
-
Updated
Dec 9, 2017 - C#
-
Updated
Aug 18, 2021 - Python
-
Updated
Mar 18, 2020 - C
-
Updated
Oct 22, 2020 - Python
System Details
- fwbackups version: 1.43.7
- OS name and version: Ubuntu 20.04.2 LTS (xubuntu)
Issue description
I have many compilation errors while making source code.
First it was "./configure" - intltool version lower than 0.35.0, i upgraded it to 0.51.0, then everything ok.
But while it was making (make install), i observed compilation e
-
Updated
Apr 23, 2018 - Python
-
Updated
Jan 16, 2021 - Python
-
Updated
Apr 29, 2021 - Java
-
Updated
Dec 7, 2020 - Java
-
Updated
Aug 14, 2021 - Python
-
Updated
Jun 29, 2021 - C#
-
Updated
Jan 12, 2021 - Python
-
Updated
Apr 11, 2021 - C++
-
Updated
Nov 12, 2019 - C++
-
Updated
Oct 13, 2020 - Java
-
Updated
Aug 5, 2021 - Python
-
Updated
Aug 3, 2021 - Visual Basic .NET
-
Updated
Aug 17, 2021 - Go
-
Updated
May 24, 2021 - BASIC
Desired behavior
I saw there is the GridConfig plugin, which is nice, but I haven't found a way to configure a grid at startup time, automatically. Ideally, even have the option to override <world><scene><grid>false
is specified in the world SDF.
-
Updated
Nov 12, 2020 - Python
-
Updated
Jan 17, 2021 - C++
-
Updated
Jul 15, 2021 - Java
-
Updated
Mar 26, 2021 - C++
Hi,
We have added a new test engine (called Unity) to LVGL and planning to improve the coverage. See this README about how to write and run tests.
I've already created a test for the drop-down list as an exam