Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added home page skeleton #11

Closed
wants to merge 1 commit into from
Closed

Conversation

igorkorsukov
Copy link
Owner

Добаил склет страницы Home
Добавил шаблон cmake для проектов модулей
Добавил скелеты модулей Score и Extensions

@@ -32,6 +32,8 @@
#endif

#include "mu4/appshell/appshellmodule.h"
#include "mu4/scores/scoresmodule.h"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

не знаю насколько актуально в свежих пулл-реквестах, но думаю, что не стоит упоминать номер версии в директории "mu4"

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mu4 временная директория, думаю потом всё её содержимое должно попасть в корень.
Лучше конечно сделать директорию mu3 или old, но пока это трудоёмко сделать

delegate: ItemDelegate {
height: 56
anchors.left: parent.left
anchors.right: parent.right

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

можно просто width: parent.width раз без отступов

}
}

Rectangle {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а зачем Rectangle с нулевым размером?
а ниже еще и anchors.fill: parent

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Контент в любом Dock контейнере ресайзится по размеру контейнера

@igorkorsukov igorkorsukov deleted the craft_home_page branch October 27, 2020 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants