V
V
Vezd2015-09-18 08:54:33
css
Vezd, 2015-09-18 08:54:33

What language to choose for writing desktop applications for Linux?

For Windows I use C# in Visual Studio. What is the best choice for Linux?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Stalker_RED, 2019-04-24
@Stalker_RED

background-size cover or contain

P
ParaBellum577, 2019-04-24
@ParaBellum577

Give them a maximum width

P
Polina Emelyanova, 2019-04-25
@bugo_aneo

Here I am stretching them over the parent with an absolute with a width greater than the parent.
Then you play with the width of the parent.

.parent {
position: reletive;
width: 50%; /*ваша по макету*/
padding-bottome: 69%; /*ваша пропорция, по макету*/
overflow: hidden; /* по требованию*/
}

.parent img {
position: absolute;
top: 0;
left: 0;
width: 105%; /*по необходимости увеличить/уменьшить*/
}

A
Armenian Radio, 2015-09-18
@Vezd

MONO to not change
C++/Qt language if you need
Python/Qt speed, for everything else

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question