qml-material
:book: Material Design implemented in QtQuick
파일 탐색기
최종 버전 다운로드 (.zip)- action_account_circle.svg
- action_autorenew.svg
- action_delete.svg
- action_language.svg
- action_settings.svg
- alert_warning.svg
- communication_email.svg
- content_add.svg
- content_create.svg
- content_forward.svg
- device_access_alarm.svg
- file_file_download.svg
- icons.qrc
- image_color_lens.svg
- image_edit.svg
- maps_place.svg
- navigation_arrow_drop_down.svg
- social_share.svg
- balloon.jpg
- go-last.color.svg
- list-add.color.svg
- weather-pouring.svg
- weather-sunset.svg
- BottomSheetDemo.qml
- ButtonDemo.qml
- CheckBoxDemo.qml
- ColorPaletteDemo.qml
- CustomIconsDemo.qml
- DatePickerDemo.qml
- demo.pro
- demo.qmlproject
- demo.qrc
- DialogDemo.qml
- FormsDemo.qml
- icons.yml
- ListItemsDemo.qml
- main.cpp
- main.qml
- PageStackDemo.qml
- ProgressBarDemo.qml
- RadioButtonDemo.qml
- SidebarPage.qml
- SliderDemo.qml
- SubPage.qml
- SwitchDemo.qml
- TextFieldDemo.qml
- TimePickerDemo.qml
- TypographyDemo.qml
- buttons.png
- .gitignore
- material.qdoc
- material.qdocconf
- Roboto-Black.ttf
- Roboto-BlackItalic.ttf
- Roboto-Bold.ttf
- Roboto-BoldItalic.ttf
- Roboto-Italic.ttf
- Roboto-Light.ttf
- Roboto-LightItalic.ttf
- Roboto-Medium.ttf
- Roboto-MediumItalic.ttf
- Roboto-Regular.ttf
- Roboto-Thin.ttf
- Roboto-ThinItalic.ttf
- RobotoCondensed-Bold.ttf
- RobotoCondensed-BoldItalic.ttf
- RobotoCondensed-Italic.ttf
- RobotoCondensed-Light.ttf
- RobotoCondensed-LightItalic.ttf
- RobotoCondensed-Regular.ttf
- fonts.qrc
- MaterialFontLoader.qml
- qmldir
- core_icons.qrc
- navigation_arrow_back.svg
- navigation_chevron_left.svg
- navigation_chevron_right.svg
- navigation_close.svg
- navigation_menu.svg
- navigation_more_vert.svg
- build_docs.sh
- deploy.sh
- icons.py
- lint.sh
- make_awesome.py
- normalize_imports.sh
- qrc.py
- ActionButton.qml
- Card.qml
- components.qrc
- DatePicker.qml
- IconButton.qml
- OverlayLayer.qml
- OverlayView.qml
- ProgressCircle.qml
- Scrollbar.qml
- Snackbar.qml
- ThinDivider.qml
- TimePicker.qml
- Tooltip.qml
- Wave.qml
- Action.qml
- Button.qml
- CheckBox.qml
- controls.qrc
- Label.qml
- ProgressBar.qml
- RadioButton.qml
- Slider.qml
- Switch.qml
- Tab.qml
- TextField.qml
- awesome.js
- AwesomeIcon.qml
- core.qrc
- device.cpp
- device.h
- FontAwesome.otf
- Icon.qml
- Ink.qml
- MaterialAnimation.qml
- Object.qml
- Palette.qml
- PlatformExtensions.qml
- Theme.qml
- ThemePalette.qml
- units.cpp
- units.h
- UnitsHelper.qml
- utils.js
- View.qml
- AutomaticGrid.qml
- CircleImage.qml
- CircleMask.qml
- ColumnFlow.qml
- extras.qrc
- Image.qml
- qmldir
- BaseListItem.qml
- CMakeLists.txt
- Divider.qml
- listitems.qrc
- qmldir
- SectionHeader.qml
- SimpleMenu.qml
- Standard.qml
- Subheader.qml
- Subtitled.qml
- BottomActionSheet.qml
- BottomSheet.qml
- Dialog.qml
- Dropdown.qml
- InputDialog.qml
- MenuField.qml
- Popover.qml
- PopupBase.qml
- popups.qrc
- TimePickerDialog.qml
- ApplicationWindowStyle.qml
- ButtonStyle.qml
- CheckBoxStyle.qml
- CMakeLists.txt
- ProgressBarStyle.qml
- qmldir
- RadioButtonStyle.qml
- SliderStyle.qml
- styles.qrc
- SwitchStyle.qml
- TextFieldStyle.qml
- ToolBarStyle.qml
- ToolButtonStyle.qml
- ActionBar.qml
- ApplicationWindow.qml
- AppTheme.qml
- MainView.qml
- NavigationDrawer.qml
- NavigationDrawerPage.qml
- Page.qml
- PageSidebar.qml
- PageStack.qml
- Sidebar.qml
- TabBar.qml
- TabbedPage.qml
- Toolbar.qml
- Window.qml
- window.qrc
- material.qrc
- plugin.cpp
- plugin.h
- qmldir
- src.pro
- main.qml
- Makefile
- action_alarm.svg
- action_search.svg
- action_settings.svg
- content_add.svg
- icons.qrc
- icons.yml
- tests.cpp
- tests.pro
- tst_actionbar.qml
- tst_card.qml
- tst_pagestack.qml
- .builder.yml
- .gitignore
- .travis.yml
- CHANGELOG.md
- CONTRIBUTING.md
- deploy_key.enc
- icons.yml
- LICENSE
- LICENSE.CC-BY
- LICENSE.MPL
- material.pri
- qml-material.pro
- qpm.json
- README.md
- vendor.cmake
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/papyros/qml-material
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd qml-material
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. CMake
보통 추천사전 준비물
include(material/vendor.cmake)
이 명령어를 터미널에 그대로 입력해 실행하세요.
build 폴더 안에 실행 파일이 생성됐는지 확인하고, 직접 실행해보세요 (예: ./build/앱이름).
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
make install # use sudo if necessary
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
