MainWindow
0
0
331
433
horsy - editing package
QWidget{
background-color: rgb(30, 30, 30);
}
20
20
151
31
background-color: rgb(74, 76, 83);
border-radius: 5px;
color: rgb(242, 242, 242);
true
Editing package
20
305
291
31
background-color: rgb(74, 76, 83);
border-radius: 5px;
color: rgb(242, 242, 242);
Main executable command (file.exe, python main.py, etc)
20
200
291
31
background-color: rgb(74, 76, 83);
border-radius: 5px;
color: rgb(242, 242, 242);
Url of source (project on GitHub, source archive)
20
165
291
31
background-color: rgb(74, 76, 83);
border-radius: 5px;
color: rgb(242, 242, 242);
Url of executable (ends on .exe or .zip)
20
235
291
31
background-color: rgb(74, 76, 83);
border-radius: 5px;
color: rgb(242, 242, 242);
Dependency URL (installer in .exe)
20
270
291
31
background-color: rgb(74, 76, 83);
border-radius: 5px;
color: rgb(242, 242, 242);
Dependency run (run this during installation)
20
60
256
101
background-color: rgb(74, 76, 83);
border-radius: 5px;
color: rgb(242, 242, 242);
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
false
Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextEditable|Qt::TextEditorInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse
Package description. It should be a short text under 256 characters
true
20
360
291
50
0
50
QPushButton {
color: rgb(204, 204, 204);
border-width: 1px;
border-radius:6px;
border-style: solid;
background-color: rgb(28, 30, 33);
border-color: rgb(66, 143, 225);
}
QPushButton:hover{
border-width: 2px;
}
QPushButton:pressed{
background-color: rgb(50, 60, 63);
}
QPushButton:disabled{
border-width: 0px;
background-color: rgb(92, 99, 109);
}
Update