You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CustomTitlebar tornou-se uma superclasse. Agora ele está em sua primeira produção.
Release: 0.9.1.0
EN
CustomTitlebar has become a superclass. And now it is on its first release.
Release: 0.9.1.0
Copy file name to clipboardExpand all lines: README.md
+19-8Lines changed: 19 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,13 @@
1
1
# CustomTitlebar
2
-
CustomTitlebar é um programa base desenvolvido com a biblioteca Qt, no qual é possível basear-se nele a fim de desenvolver outros programas que usarão bordas personalizadas (não geradas pelo SO) - veja as capturas de tela para maiores detalhes.
3
2
4
-
Características:
3
+
CustomTitlebar é um projeto cuja classe principal (NMainWindow) deriva da classe QMainWindow da biblioteca Qt.
4
+
Ao derivar a janela principal da classe NMainWindow, você poderá desenvolver programas que usarão bordas personalizadas (não geradas pelo SO) - veja as capturas de tela para maiores detalhes.
5
+
6
+
## Suporte e Documentação
7
+
8
+
Você poderá obter o suporte e documentação para o uso deste projeto em sua [página no site da Nintersoft](https://www.nintersoft.com/portfolio/custom-titlebar/) ou ainda em sua [página de documentação](https://docwiki.nintersoft.com/custom-titlebar/).
9
+
10
+
## Características:
5
11
- Redimensionável (100% funcional)
6
12
- Botões personalizáveis
7
13
- Atualização do título da janela (QMainWindow::setWindowTitle(QString)) funcionando;
CustomTitlebar is a base program which uses Qt library and can be used to develop other bordeless programs that needs custom borders (the frame is not dynamically generated by the OS), - have a look at the screenshots folder for more details.
28
33
29
-
Features:
34
+
CustomTitlebar is a project where the main class (NMainWindow) inherits its properties from QMainWindow, which is part of Qt Library.
35
+
Inheriting the main window from the NMainWindow class, will allow you to develop programs which will use customized borders (not generated by the OS) - have a look at the screenshots for major details.
36
+
37
+
## Support and Documentation
38
+
39
+
You are able to get the proper support and documentation in order to use this project on its [page at Nintersoft's website](https://www.nintersoft.com/en/portfolio/custom-titlebar/) or yet on its [documentation page](https://docwiki.nintersoft.com/en/custom-titlebar/).
40
+
41
+
## Features:
30
42
- Resizeable (100% functional)
31
43
- BotõesCustomizable buttons
32
44
- Window title update (QMainWindow::setWindowTitle(QString)) working properly;
33
45
34
-
CustomTitlebar open source code
46
+
## CustomTitlebar open source code
35
47
- You can download and make some modifications in the source code, according to our Open Source Policy (by Nintersoft).
36
48
- The licence is available in the root of the project folder.
37
49
38
-
Once this project is supported by Nintersoft open source licence you either can (checked) or musn't (unchecked):
50
+
Once this project is supported by Nintersoft open source code licence you are either allowed to (checked), or musn't (unchecked):
39
51
-[x] Download or clone into your repository and make changes.
40
52
-[x] Share the improvements you made in the source with the community.
41
53
-[ ] Sell parts of the source of this project (even when already compiled).
42
54
-[ ] Use your own logo or slogan.
43
55
-[x] You must read the rest of the licence in the root of the project folder and know better your rights and obligations.
44
56
45
-
46
-
If you clone this directory into yours, please put a linkback to our webpage and the correct references for out team, also leaving the original README in your repository.
57
+
If you clone this directory into yours, please insert a linkback to our webpage and the correct references to our team, also leaving the original README in your repository.
0 commit comments