├── .gitignore ├── Images ├── App_Clock.png ├── App_Dial.png ├── App_ImageCrop.png ├── App_Metro.png ├── App_Notepad.png ├── App_Painter.png ├── App_RoundMenu.png ├── Effect.gif ├── Effect_Reflect.png ├── Effect_RoundCorner.png ├── Effect_Shine.png ├── Effect_genie.png ├── Form_AnglePicker.gif ├── Form_Charts.png ├── Form_ColorPicker.png ├── Form_DatePicker.gif └── Gauge_Dial.png ├── LICENSE ├── QmlExplorer ├── App │ ├── Clock │ │ ├── Clock.qml │ │ ├── Clock.qmlc │ │ ├── center.png │ │ ├── clock.png │ │ ├── hour.png │ │ ├── minute.png │ │ └── second.png │ ├── Dial │ │ ├── Dial.qml │ │ ├── Dial.qmlc │ │ ├── beer.png │ │ ├── bg.png │ │ ├── disk1.png │ │ └── disk2.png │ ├── Docker │ │ ├── DockPanel.qml │ │ └── Docker.qml │ ├── ImageCropper │ │ ├── TestImageCropper.qml │ │ └── selected.png │ ├── LiveTile │ │ ├── Error.qml │ │ ├── Main.qml │ │ ├── Page.qml │ │ ├── Page1.qml │ │ ├── Page2.qml │ │ ├── Tile.qml │ │ ├── _TestTransform_LiveTile.qml │ │ ├── liveTile-active.png │ │ └── liveTile.png │ ├── MobileApp │ │ ├── image │ │ │ ├── Thumbs.db │ │ │ ├── bg0.png │ │ │ ├── dota.png │ │ │ ├── dotb.png │ │ │ ├── game │ │ │ │ ├── Thumbs.db │ │ │ │ ├── game.xml │ │ │ │ ├── icon0.png │ │ │ │ ├── icon1.png │ │ │ │ ├── icon2.png │ │ │ │ ├── icon3.png │ │ │ │ ├── icon4.png │ │ │ │ ├── icon5.png │ │ │ │ ├── icon6.png │ │ │ │ ├── icon7.png │ │ │ │ ├── name0.png │ │ │ │ ├── name1.png │ │ │ │ ├── name2.png │ │ │ │ ├── name3.png │ │ │ │ ├── name4.png │ │ │ │ ├── name5.png │ │ │ │ ├── name6.png │ │ │ │ └── name7.png │ │ │ ├── gamebga.png │ │ │ ├── gamebgb.png │ │ │ ├── sys0a.png │ │ │ ├── sys0b.png │ │ │ ├── sys1a.png │ │ │ ├── sys1b.png │ │ │ ├── sys2a.png │ │ │ ├── sys2b.png │ │ │ ├── tab0a.png │ │ │ ├── tab0b.png │ │ │ ├── tab1a.png │ │ │ ├── tab1b.png │ │ │ ├── tab2a.png │ │ │ └── tab2b.png │ │ └── main.qml │ ├── NotePad │ │ ├── NotePad.qml │ │ ├── Panel.qml │ │ ├── cork.jpg │ │ ├── note-yellow.png │ │ └── tack.png │ ├── Painter │ │ ├── ColorSquare.qml │ │ ├── Graphy.qml │ │ ├── Painter.qml │ │ ├── TestCanvas_BesizerInteractive.qml │ │ └── qmldir │ ├── RoundMenu │ │ ├── RoundMenu1_RectRadius.qml │ │ ├── RoundMenu2_Shader.qml │ │ ├── RoundMenu3_ImageLayer.qml │ │ ├── bg.png │ │ ├── bg.psd │ │ ├── bg2.png │ │ ├── bug.png │ │ └── logo.png │ ├── Touch │ │ ├── content │ │ │ ├── AndroidDelegate.qml │ │ │ ├── AndroidDelegate.qmlc │ │ │ ├── ButtonPage.qml │ │ │ ├── ButtonPage.qmlc │ │ │ ├── ListPage.qml │ │ │ ├── ListPage.qmlc │ │ │ ├── ProgressBarPage.qml │ │ │ ├── ProgressBarPage.qmlc │ │ │ ├── SliderPage.qml │ │ │ ├── SliderPage.qmlc │ │ │ ├── TabBarPage.qml │ │ │ ├── TabBarPage.qmlc │ │ │ ├── TextInputPage.qml │ │ │ └── TextInputPage.qmlc │ │ ├── images │ │ │ ├── NOTICE.txt │ │ │ ├── button_default.png │ │ │ ├── button_pressed.png │ │ │ ├── navigation_next_item.png │ │ │ ├── navigation_previous_item.png │ │ │ ├── tab_selected.png │ │ │ ├── tabs_standard.png │ │ │ ├── textinput.png │ │ │ └── toolbar.png │ │ ├── main.qml │ │ ├── main.qmlc │ │ └── touch.qrc │ ├── app.qrc │ └── readme.txt ├── Assets │ ├── Fonts │ │ ├── dejavusansmono.ttf │ │ ├── fonts.qrc │ │ ├── gothamblack.ttf │ │ ├── helveticaneuelight.ttf │ │ ├── liberationmono.ttf │ │ └── ubuntumono.ttf │ ├── Icons │ │ ├── icon.icns │ │ ├── icon.ico │ │ ├── icon.svg │ │ ├── icon128.png │ │ ├── icon256.png │ │ ├── icon512.png │ │ ├── icon64.png │ │ └── window.rc │ ├── Images │ │ ├── back.png │ │ ├── bubble.png │ │ ├── bug.png │ │ ├── busy.png │ │ ├── butterfly.PNG │ │ ├── button-pressed.png │ │ ├── button.png │ │ ├── connecting │ │ │ ├── connecting1.png │ │ │ ├── connecting10.png │ │ │ ├── connecting2.png │ │ │ ├── connecting3.png │ │ │ ├── connecting4.png │ │ │ ├── connecting5.png │ │ │ ├── connecting6.png │ │ │ ├── connecting7.png │ │ │ ├── connecting8.png │ │ │ └── connecting9.png │ │ ├── edit.png │ │ ├── front.png │ │ ├── header.png │ │ ├── images.qrc │ │ ├── progress-background.png │ │ ├── progress-fill.png │ │ ├── qt512.png │ │ ├── qt58.png │ │ ├── readme.txt │ │ ├── selectedrow.png │ │ ├── shadow.png │ │ ├── slider-handle.png │ │ ├── splash │ │ │ ├── splash.png │ │ │ ├── splash_640.png │ │ │ └── splash_n9.png │ │ ├── tab.png │ │ ├── tab_selected.png │ │ └── textfield.png │ ├── Sounds │ │ ├── bird.wav │ │ ├── dropwater.wav │ │ ├── electricity.wav │ │ ├── sounds.qrc │ │ └── thunder.wav │ └── assets.qrc ├── FAQ.txt ├── Lisence.txt ├── MobileInfo.txt ├── Qml │ ├── About.qml │ ├── About.qmlc │ ├── Controls │ │ ├── Abandon │ │ │ ├── LeftPanel │ │ │ │ └── LeftPanal.qml │ │ │ ├── RectangleEx.qml │ │ │ ├── ScrollBar2 │ │ │ │ ├── ScrollBar.qml │ │ │ │ ├── TestScrollBar.qml │ │ │ │ └── images │ │ │ │ │ ├── 1.png │ │ │ │ │ ├── dn-arrow.png │ │ │ │ │ ├── scrollbar.png │ │ │ │ │ ├── scrollbar.psd │ │ │ │ │ ├── slider.png │ │ │ │ │ └── up-arrow.png │ │ │ ├── Shadow.qml │ │ │ ├── Spinner │ │ │ │ └── ScrollSpinner.qml │ │ │ └── Test.qml │ │ ├── Charts │ │ │ ├── QChart │ │ │ │ ├── LICENSE │ │ │ │ ├── QChart.gif │ │ │ │ ├── QChart.js │ │ │ │ ├── QChart.jsc │ │ │ │ ├── QChart.png │ │ │ │ ├── QChart.qml │ │ │ │ ├── QChartGallery.js │ │ │ │ ├── QChartGallery.jsc │ │ │ │ ├── README.md │ │ │ │ ├── TestQChart.qml │ │ │ │ ├── qchart.qrc │ │ │ │ └── qmldir │ │ │ └── readme.txt │ │ ├── Components │ │ │ └── JsonListModel │ │ │ │ ├── JsonListModel.qml │ │ │ │ ├── JsonListModel.qmlc │ │ │ │ ├── TestModel_JsonListModel.qml │ │ │ │ └── TestModel_JsonListModel.qmlc │ │ ├── Effectors │ │ │ ├── BillboardEffector.qml │ │ │ ├── BlurEffector.qml │ │ │ ├── BlurHorizonEffector.qml │ │ │ ├── BlurVerticalEffector.qml │ │ │ ├── ChannelEffector.qml │ │ │ ├── CurtainEffector.qml │ │ │ ├── EmbossEffector.qml │ │ │ ├── GenieEffector.qml │ │ │ ├── GlowEffector.qml │ │ │ ├── GrayEffector.qml │ │ │ ├── Images │ │ │ │ ├── bug.png │ │ │ │ ├── butterfly.PNG │ │ │ │ ├── curf.jpg │ │ │ │ ├── fabric.jpg │ │ │ │ ├── qml.png │ │ │ │ └── tulips.jpg │ │ │ ├── IsolateEffector.qml │ │ │ ├── MagnifyEffector.qml │ │ │ ├── MaskEffector.qml │ │ │ ├── NegativeEffector.qml │ │ │ ├── PageCurlEffector.qml │ │ │ ├── PixelateEffector.qml │ │ │ ├── PosterizeEffector.qml │ │ │ ├── RectangleShadow.qml │ │ │ ├── ReflectEffector.qml │ │ │ ├── RifferEffect.qml │ │ │ ├── RippleEffector.qml │ │ │ ├── RoundCornerEffector.qml │ │ │ ├── SepiaEffector.qml │ │ │ ├── SharpenEffector.qml │ │ │ ├── ShineEffector.png │ │ │ ├── ShineEffector.qml │ │ │ ├── ShineEffector.qmlc │ │ │ ├── SourceProxy.qml │ │ │ ├── TestCurtainEffector.qml │ │ │ ├── TestEffectors.qml │ │ │ ├── TestGenieEffector.qml │ │ │ ├── TestRectangleShadow.qml │ │ │ ├── TestReflectEffector.qml │ │ │ ├── TestRoundCornerEffector.qml │ │ │ ├── TestShineEffector.qml │ │ │ ├── ThresholdEffector.qml │ │ │ ├── VignetteEffector.qml │ │ │ ├── WarholEffector.qml │ │ │ ├── WaterEffector.qml │ │ │ ├── WaveEffector.qml │ │ │ ├── WobbleEffector.qml │ │ │ ├── readme.txt │ │ │ └── shaders │ │ │ │ ├── billboard.fsh │ │ │ │ ├── billboard.png │ │ │ │ ├── blackandwhite.fsh │ │ │ │ ├── blackandwhite.png │ │ │ │ ├── blur.png │ │ │ │ ├── emboss.fsh │ │ │ │ ├── emboss.png │ │ │ │ ├── gaussianblur_h.fsh │ │ │ │ ├── gaussianblur_v.fsh │ │ │ │ ├── glow.fsh │ │ │ │ ├── glow.png │ │ │ │ ├── isolate.fsh │ │ │ │ ├── isolate.png │ │ │ │ ├── magnify.fsh │ │ │ │ ├── magnify.png │ │ │ │ ├── pagecurl.fsh │ │ │ │ ├── pagecurl.png │ │ │ │ ├── pixelate.fsh │ │ │ │ ├── pixelate.png │ │ │ │ ├── posterize.fsh │ │ │ │ ├── posterize.png │ │ │ │ ├── readme.txt │ │ │ │ ├── ripple.fsh │ │ │ │ ├── ripple.png │ │ │ │ ├── selectionpanel.fsh │ │ │ │ ├── sepia.fsh │ │ │ │ ├── sharpen.fsh │ │ │ │ ├── shockwave.fsh │ │ │ │ ├── sobeledgedetection1.fsh │ │ │ │ ├── tiltshift.fsh │ │ │ │ ├── toon.fsh │ │ │ │ ├── vignette.fsh │ │ │ │ ├── warhol.fsh │ │ │ │ ├── warhol.png │ │ │ │ ├── wobble.fsh │ │ │ │ └── wobble.png │ │ ├── FPS.qml │ │ ├── FPS.qmlc │ │ ├── Forms │ │ │ ├── AnglePicker │ │ │ │ ├── AnglePicker.qml │ │ │ │ └── TestAnglePicker.qml │ │ │ ├── Button │ │ │ │ ├── ColorButton.qml │ │ │ │ ├── ColorButton.qmlc │ │ │ │ ├── GroupButton │ │ │ │ │ ├── GroupButton.qml │ │ │ │ │ ├── btn_tab_left.png │ │ │ │ │ ├── btn_tab_left_active.png │ │ │ │ │ ├── btn_tab_middle.png │ │ │ │ │ ├── btn_tab_middle_active.png │ │ │ │ │ ├── btn_tab_right.png │ │ │ │ │ └── btn_tab_right_active.png │ │ │ │ ├── HoverAnimationButton.qml │ │ │ │ ├── HoverAnimationButton.qmlc │ │ │ │ ├── ImageButton.qml │ │ │ │ ├── ImageButton.qmlc │ │ │ │ ├── ShineButton.qml │ │ │ │ ├── ShineButton.qmlc │ │ │ │ ├── TestButtons.qml │ │ │ │ ├── TestButtons.qmlc │ │ │ │ ├── TextButton.qml │ │ │ │ ├── btn_blue.png │ │ │ │ ├── dropwater.wav │ │ │ │ ├── lightRect.png │ │ │ │ ├── lightRectFill.png │ │ │ │ ├── lightRound.png │ │ │ │ ├── lightRoundFill.png │ │ │ │ └── qt-logo.png │ │ │ ├── ColorPicker │ │ │ │ ├── ColorGradientPicker.jpg │ │ │ │ ├── ColorGradientPicker.qml │ │ │ │ ├── ColorPalettePicker.qml │ │ │ │ ├── ColorPalettePicker.qmlc │ │ │ │ ├── ColorPicker.jpg │ │ │ │ ├── ColorPicker.qml │ │ │ │ ├── ColorPicker.qmlc │ │ │ │ ├── RectangleShadow.qml │ │ │ │ ├── RectangleShadow.qmlc │ │ │ │ ├── TestColorGradientPicker.qml │ │ │ │ ├── TestColorPicker.qml │ │ │ │ ├── TestColorPicker2.qml │ │ │ │ ├── _ColorBandPicker.qml │ │ │ │ ├── _ColorGridPicker.qml │ │ │ │ ├── snapshot │ │ │ │ │ ├── colorPalettePicker.png │ │ │ │ │ ├── colorPalettePicker2.png │ │ │ │ │ ├── colorPalettePicker3.png │ │ │ │ │ └── colorpicker.gif │ │ │ │ └── target.png │ │ │ ├── DatePicker │ │ │ │ ├── 03195407_KXk2.png │ │ │ │ ├── 114113_ee21_865233.png │ │ │ │ ├── 135458_HbE0_865233.png │ │ │ │ ├── 151541_mhV9_865233.jpg │ │ │ │ ├── 24112629_2vFR.png │ │ │ │ ├── Control.Calendar.jpg │ │ │ │ ├── Control.DatePicker.jpg │ │ │ │ ├── DatePicker.qml │ │ │ │ ├── DatePicker │ │ │ │ │ ├── Calendar.qml │ │ │ │ │ ├── CalendarHeaderModel.qml │ │ │ │ │ ├── CalendarModel.qml │ │ │ │ │ ├── CalendarStyle.qml │ │ │ │ │ ├── DateUtils.js │ │ │ │ │ └── Datepicker.qml │ │ │ │ ├── DateTimePicker.qml │ │ │ │ ├── SexyDatePicker │ │ │ │ │ ├── DateModel.qml │ │ │ │ │ ├── DatePicker.qml │ │ │ │ │ ├── DatePickerStyle.qml │ │ │ │ │ ├── DayCell.qml │ │ │ │ │ └── WeekCell.qml │ │ │ │ ├── Time_Picker.jpg │ │ │ │ ├── _TestDateTimePicker.qml │ │ │ │ ├── e2ef186d.png │ │ │ │ └── mobile-scroll.png │ │ │ ├── Edit │ │ │ │ ├── CapsuleEdit.qml │ │ │ │ ├── IPEdit.png │ │ │ │ ├── IPEdit.qml │ │ │ │ ├── IPEdit3.qml │ │ │ │ └── TestEdits.qml │ │ │ ├── ImageView │ │ │ │ ├── ImageWithCaching.qml │ │ │ │ ├── ImageWithLoading.qml │ │ │ │ └── _TestImage.qml │ │ │ ├── SearchBox │ │ │ │ ├── SearchBox1 │ │ │ │ │ ├── SearchBox.qml │ │ │ │ │ ├── images │ │ │ │ │ │ ├── clear.png │ │ │ │ │ │ ├── lineedit-bg-focus.png │ │ │ │ │ │ └── lineedit-bg.png │ │ │ │ │ └── main.qml │ │ │ │ └── SearchBox2 │ │ │ │ │ ├── SearchBox.qml │ │ │ │ │ └── images │ │ │ │ │ ├── find16.png │ │ │ │ │ └── find32.png │ │ │ ├── ShineText │ │ │ │ ├── ShineText.qml │ │ │ │ ├── ShineText.rar │ │ │ │ ├── TestShineText.qml │ │ │ │ └── shineText.gif │ │ │ ├── Spinner │ │ │ │ ├── Spinner.qml │ │ │ │ ├── SpinnerH.qml │ │ │ │ ├── TestSpinner.qml │ │ │ │ ├── snap │ │ │ │ │ ├── spinner.gif │ │ │ │ │ └── spinnerh.gif │ │ │ │ ├── spinner-bg.png │ │ │ │ ├── spinner-select.png │ │ │ │ ├── spinnerh-bg-border.png │ │ │ │ ├── spinnerh-bg.png │ │ │ │ └── stretchableGlass@2x.png │ │ │ ├── Switch │ │ │ │ ├── SlideSwitch │ │ │ │ │ ├── content │ │ │ │ │ │ ├── Switch.qml │ │ │ │ │ │ ├── background.png │ │ │ │ │ │ ├── background.svg │ │ │ │ │ │ ├── knob.png │ │ │ │ │ │ └── knob.svg │ │ │ │ │ └── slideswitch.qml │ │ │ │ ├── Switch.qml │ │ │ │ ├── background.png │ │ │ │ └── knob.png │ │ │ ├── ios8 │ │ │ │ ├── Progress.qml │ │ │ │ ├── RoundButton.qml │ │ │ │ ├── RoundGroupButton.qml │ │ │ │ ├── Switch.qml │ │ │ │ ├── Switch2.qml │ │ │ │ └── readme.txt │ │ │ └── readme.txt │ │ ├── Gauges │ │ │ ├── Dial │ │ │ │ ├── content │ │ │ │ │ ├── Dial.qml │ │ │ │ │ ├── QuitButton.qml │ │ │ │ │ ├── background.png │ │ │ │ │ ├── needle.png │ │ │ │ │ ├── needle_shadow.png │ │ │ │ │ ├── overlay.png │ │ │ │ │ └── quit.png │ │ │ │ └── dialcontrol.qml │ │ │ └── readme.txt │ │ ├── Views │ │ │ ├── BusyIndicator │ │ │ │ ├── 100-loading.doc │ │ │ │ ├── CustomBusyIndicator │ │ │ │ │ ├── CustomBusyIndicator.qml │ │ │ │ │ ├── CustomBusyIndicatorStyle.qml │ │ │ │ │ ├── README.md │ │ │ │ │ ├── effect1.png │ │ │ │ │ ├── effect2.png │ │ │ │ │ ├── effect3.png │ │ │ │ │ ├── effect4.png │ │ │ │ │ ├── effect5.png │ │ │ │ │ └── main.qml │ │ │ │ ├── MaskBusyIndicator.qml │ │ │ │ └── QUItIndicators │ │ │ │ │ ├── AbstractBusyIndicator.qml │ │ │ │ │ ├── AbstractProgressIndicator.qml │ │ │ │ │ ├── BusyIndicator.qml │ │ │ │ │ ├── ProgressIndicator.qml │ │ │ │ │ ├── examples │ │ │ │ │ ├── BusyStressTest.qml │ │ │ │ │ ├── Gallery.qml │ │ │ │ │ ├── Huge.qml │ │ │ │ │ ├── ProgressStressTest.qml │ │ │ │ │ ├── Wall.qml │ │ │ │ │ └── images │ │ │ │ │ │ ├── 1.jpg │ │ │ │ │ │ ├── 2.jpg │ │ │ │ │ │ ├── 3.jpg │ │ │ │ │ │ ├── 4.jpg │ │ │ │ │ │ ├── 5.jpg │ │ │ │ │ │ ├── 6.jpg │ │ │ │ │ │ ├── 7.jpg │ │ │ │ │ │ └── 8.jpg │ │ │ │ │ └── images │ │ │ │ │ ├── dots2_512.png │ │ │ │ │ ├── dots2_512_invert.png │ │ │ │ │ ├── dots2_lights_512.png │ │ │ │ │ ├── dots_512.png │ │ │ │ │ └── dots_512_invert.png │ │ │ ├── CollapsablePanel │ │ │ │ ├── CollapsablePanel.qml │ │ │ │ ├── TestCollapsablePanel.qml │ │ │ │ └── panel.png │ │ │ ├── Flipable │ │ │ │ ├── FlipableCard │ │ │ │ │ ├── content │ │ │ │ │ │ ├── 5_heart.png │ │ │ │ │ │ ├── 9_club.png │ │ │ │ │ │ ├── Card.qml │ │ │ │ │ │ └── back.png │ │ │ │ │ └── flipable.qml │ │ │ │ ├── FlipableEx.qml │ │ │ │ ├── FlipableEx.qmlc │ │ │ │ └── TestFlipableEx.qml │ │ │ ├── FolderListView │ │ │ │ ├── FolderListView.png │ │ │ │ ├── FolderListView.qml │ │ │ │ └── FolderListView.qmlc │ │ │ ├── FuzzyPanel │ │ │ │ ├── FuzzyPanel.qml │ │ │ │ ├── FuzzyPanel.rar │ │ │ │ ├── TestFuzzyPanel.qml │ │ │ │ ├── bug.png │ │ │ │ └── snapshots │ │ │ │ │ └── fuzzyPanel.gif │ │ │ ├── Gradients │ │ │ │ ├── GradientConical.qml │ │ │ │ ├── GradientConical.qmlc │ │ │ │ ├── GradientLinear.qml │ │ │ │ ├── GradientLinear.qmlc │ │ │ │ ├── GradientRadial.qml │ │ │ │ ├── GradientRadial.qmlc │ │ │ │ ├── TestGradients.qml │ │ │ │ ├── TestGradients.qmlc │ │ │ │ └── old │ │ │ │ │ ├── GradientConical.qml │ │ │ │ │ ├── GradientLinear.qml │ │ │ │ │ └── GradientRadial.qml │ │ │ ├── ImageMouseArea │ │ │ │ ├── ImageMouseArea.qml │ │ │ │ ├── TestMouseArea_Image.qml │ │ │ │ ├── pentagon.png │ │ │ │ └── roundmenu.png │ │ │ ├── ImageWindow.qml │ │ │ ├── Keyboard │ │ │ │ ├── Key.qml │ │ │ │ ├── KeySpecial.qml │ │ │ │ ├── KeyboardPanel.qml │ │ │ │ └── TestKeyboard.qml │ │ │ ├── LauncherList │ │ │ │ ├── Button.qml │ │ │ │ ├── CheckBox.qml │ │ │ │ ├── LauncherList.qml │ │ │ │ ├── README │ │ │ │ ├── SimpleLauncherDelegate.qml │ │ │ │ ├── Slider.qml │ │ │ │ ├── TabSet.qml │ │ │ │ ├── TestLaucherList.qml │ │ │ │ ├── TextField.qml │ │ │ │ ├── images │ │ │ │ │ ├── back.png │ │ │ │ │ ├── checkmark.png │ │ │ │ │ ├── next.png │ │ │ │ │ ├── qt-logo.png │ │ │ │ │ ├── slider_handle.png │ │ │ │ │ └── tab.png │ │ │ │ ├── qmldir │ │ │ │ ├── quick_shared.qrc │ │ │ │ └── shared.qrc │ │ │ ├── ListViewEx │ │ │ │ ├── FlickableScrollBar.qml │ │ │ │ ├── FlickableScrollBar.qmlc │ │ │ │ ├── Images │ │ │ │ │ ├── ListViewEx.png │ │ │ │ │ ├── PullToReflesh-gif.png │ │ │ │ │ ├── apple.gif │ │ │ │ │ ├── apple2.gif │ │ │ │ │ ├── arrow-down-16.png │ │ │ │ │ ├── arrow-down-24.png │ │ │ │ │ ├── arrow-down-32.png │ │ │ │ │ ├── arrow-up-16.png │ │ │ │ │ ├── arrow-up-24.png │ │ │ │ │ ├── arrow-up-32.png │ │ │ │ │ ├── bigimg.jpg │ │ │ │ │ ├── dot.gif │ │ │ │ │ ├── loading-16.gif │ │ │ │ │ ├── loading-32.gif │ │ │ │ │ ├── ok-16.png │ │ │ │ │ ├── ok-24.png │ │ │ │ │ └── ok-32.png │ │ │ │ ├── ListViewEx.qml │ │ │ │ ├── ListViewEx.qmlc │ │ │ │ ├── ScrollBar.qml │ │ │ │ ├── ScrollBar.qmlc │ │ │ │ ├── TestFlickableScrollBar.qml │ │ │ │ ├── TestListViewEx_News.qml │ │ │ │ ├── TestListViewEx_News.qmlc │ │ │ │ └── TestListViewEx_Toolbar.qml │ │ │ ├── LockView │ │ │ │ ├── LockPoint.qml │ │ │ │ ├── LockView.png │ │ │ │ ├── LockView.qml │ │ │ │ └── lockview.gif │ │ │ ├── LogView.qml │ │ │ ├── PageView │ │ │ │ ├── ListViewIndicator.qml │ │ │ │ ├── ListViewIndicator.qmlc │ │ │ │ ├── PageSwiper.png │ │ │ │ ├── PageView.qml │ │ │ │ ├── PageView.qmlc │ │ │ │ ├── TestPageView.qml │ │ │ │ ├── TestPageView.qmlc │ │ │ │ ├── TestPageView_Raw.qml │ │ │ │ └── qmldir │ │ │ ├── ParallaxView │ │ │ │ ├── ParallaxView.qml │ │ │ │ ├── ParallaxView.qmlc │ │ │ │ ├── ParallaxView2.qml │ │ │ │ ├── TestParallaxView.qml │ │ │ │ ├── TestParallaxView2.qml │ │ │ │ └── content │ │ │ │ │ ├── Clock.qml │ │ │ │ │ ├── Clock.qmlc │ │ │ │ │ ├── QuitButton.qml │ │ │ │ │ ├── Smiley.qml │ │ │ │ │ ├── Smiley.qmlc │ │ │ │ │ ├── background.png │ │ │ │ │ ├── center.png │ │ │ │ │ ├── clock-night.png │ │ │ │ │ ├── clock.png │ │ │ │ │ ├── hour.png │ │ │ │ │ ├── minute.png │ │ │ │ │ ├── pics │ │ │ │ │ ├── background.jpg │ │ │ │ │ ├── face-smile.png │ │ │ │ │ ├── home-page.png │ │ │ │ │ ├── home-page.svg │ │ │ │ │ ├── shadow.png │ │ │ │ │ ├── yast-joystick.png │ │ │ │ │ └── yast-wol.png │ │ │ │ │ ├── quit.png │ │ │ │ │ └── second.png │ │ │ ├── Popup │ │ │ │ ├── HUD.qml │ │ │ │ ├── Mask.qml │ │ │ │ ├── Mask.qmlc │ │ │ │ ├── Popup.qml │ │ │ │ ├── Popup.qmlc │ │ │ │ ├── TestHud.qml │ │ │ │ ├── TestMask.qml │ │ │ │ ├── TestPopup.qml │ │ │ │ ├── _TestPopup_NestedMenu.qml │ │ │ │ ├── _TestPopup_RoundMenu.qml │ │ │ │ ├── images │ │ │ │ │ ├── editcopy.png │ │ │ │ │ ├── editcut.png │ │ │ │ │ ├── editpaste.png │ │ │ │ │ ├── editredo.png │ │ │ │ │ ├── editundo.png │ │ │ │ │ ├── exportpdf.png │ │ │ │ │ ├── filenew.png │ │ │ │ │ ├── fileopen.png │ │ │ │ │ ├── fileprint.png │ │ │ │ │ ├── filesave.png │ │ │ │ │ ├── qt-logo.png │ │ │ │ │ ├── textbold.png │ │ │ │ │ ├── textcenter.png │ │ │ │ │ ├── textitalic.png │ │ │ │ │ ├── textjustify.png │ │ │ │ │ ├── textleft.png │ │ │ │ │ ├── textright.png │ │ │ │ │ ├── textunder.png │ │ │ │ │ ├── zoomin.png │ │ │ │ │ └── zoomout.png │ │ │ │ └── popup.gif │ │ │ ├── ProgressBar │ │ │ │ ├── content │ │ │ │ │ ├── ProgressBar.qml │ │ │ │ │ └── background.png │ │ │ │ └── main.qml │ │ │ ├── PullToReflesh │ │ │ │ ├── Images │ │ │ │ │ ├── PullToReflesh-gif.png │ │ │ │ │ ├── apple.gif │ │ │ │ │ ├── apple2.gif │ │ │ │ │ ├── arrow-down-16.png │ │ │ │ │ ├── arrow-down-24.png │ │ │ │ │ ├── arrow-down-32.png │ │ │ │ │ ├── arrow-up-16.png │ │ │ │ │ ├── arrow-up-24.png │ │ │ │ │ ├── arrow-up-32.png │ │ │ │ │ ├── dot.gif │ │ │ │ │ ├── loading-16.gif │ │ │ │ │ ├── loading-32.gif │ │ │ │ │ ├── ok-16.png │ │ │ │ │ ├── ok-24.png │ │ │ │ │ └── ok-32.png │ │ │ │ ├── ListViewP2R.qml │ │ │ │ ├── TestListView_HeadFoot.qml │ │ │ │ ├── TestListView_P2R_Arrow - 副本.qml │ │ │ │ ├── TestListView_P2R_Arrow_.qml │ │ │ │ ├── TestListView_P2R_Gif.png │ │ │ │ ├── TestListView_P2R_Gif_.qml │ │ │ │ ├── TestListView_ToolBar.qml │ │ │ │ ├── TestListView_ToolBar_Head.qml │ │ │ │ ├── _TestListViewP2R.qml │ │ │ │ ├── _TestListView_P2R_NetEase.qml │ │ │ │ └── _TestListView_P2R_TaoDianDian.qml │ │ │ ├── ScratchView │ │ │ │ ├── ScratchView.png │ │ │ │ ├── ScratchView.qml │ │ │ │ └── scratchView.gif │ │ │ ├── ScrollBar │ │ │ │ ├── FlickableScrollBar.png │ │ │ │ ├── FlickableScrollBar.qml │ │ │ │ ├── ListViewScrollbar.png │ │ │ │ ├── ScrollBar.qml │ │ │ │ ├── TestFlickableScrollBar.qml │ │ │ │ ├── TestScrollBar.qml │ │ │ │ └── pics │ │ │ │ │ └── niagara_falls.jpg │ │ │ ├── Shapes │ │ │ │ ├── Cell.qml │ │ │ │ ├── Circular.qml │ │ │ │ ├── Line.qml │ │ │ │ ├── Parallelogram.qml │ │ │ │ ├── PieSlice.qml │ │ │ │ ├── Polygram.qml │ │ │ │ ├── RectangleEx.qml │ │ │ │ ├── Shape.qml │ │ │ │ ├── ShapeBorder.qml │ │ │ │ ├── Square.qml │ │ │ │ ├── TestShapes.qml │ │ │ │ ├── Trapezoid.qml │ │ │ │ ├── Triangle.qml │ │ │ │ ├── _Line.qml │ │ │ │ ├── _SemiRoundRectangle.qml │ │ │ │ ├── _TestPie.qml │ │ │ │ └── _TestSemiRoundRectangle.qml │ │ │ ├── SidePanel │ │ │ │ ├── SidePanel.qml │ │ │ │ ├── menu.png │ │ │ │ ├── people.png │ │ │ │ └── snapshot │ │ │ │ │ ├── sidePanel00.png │ │ │ │ │ ├── sidePanel01.png │ │ │ │ │ ├── sidePanel02.png │ │ │ │ │ └── sidePanel03.png │ │ │ ├── SliderView │ │ │ │ ├── SliderView.qml │ │ │ │ └── target.png │ │ │ ├── SwipeMouseArea │ │ │ │ ├── SwipeMouseArea.qml │ │ │ │ ├── TestMouseArea_Swipe.qml │ │ │ │ └── _TestGestureArea.qml │ │ │ ├── Tip │ │ │ │ ├── CircleTip.qml │ │ │ │ ├── SquareTip.qml │ │ │ │ ├── Tip.qml │ │ │ │ └── readme.txt │ │ │ ├── Tooltip │ │ │ │ ├── TestToolTip.qml │ │ │ │ └── ToolTip.qml │ │ │ ├── TreeView │ │ │ │ ├── TestTreeView.qml │ │ │ │ ├── TreeView.qml │ │ │ │ ├── TreeView.qmlc │ │ │ │ ├── arrow.png │ │ │ │ ├── expander.png │ │ │ │ ├── treeview.gif │ │ │ │ └── trigle.png │ │ │ └── readme.txt │ │ ├── readme.txt │ │ └── readme_copy.txt │ ├── Index.qmlc │ ├── Js │ │ ├── TestAjax.qml │ │ ├── TestArray.qml │ │ ├── TestCommon.qml │ │ ├── TestDate.qml │ │ ├── TestJs.qml │ │ ├── TestJson.qml │ │ ├── TestList.qml │ │ ├── TestList.qmlc │ │ ├── TestLoop.qml │ │ ├── TestNumber.qml │ │ ├── TestString.qml │ │ ├── TestString_Ascii.qml │ │ ├── _math.js │ │ ├── ajax.js │ │ ├── ajax.jsc │ │ ├── array.js │ │ ├── color.js │ │ ├── common.js │ │ ├── common.jsc │ │ ├── date.js │ │ ├── graphy.js │ │ ├── js.qrc │ │ ├── json.js │ │ ├── map.js │ │ ├── math.js │ │ ├── misc.js │ │ ├── qml.js │ │ ├── qml.jsc │ │ └── string.js │ ├── QmlEditor.qml │ ├── QmlEditor.qmlc │ ├── QmlExplorer.qml │ ├── QmlExplorer.qmlc │ ├── QmlExplorerMobile.qml │ ├── QmlExplorerMobile.qmlc │ ├── QmlInsighter.qml │ ├── QmlInsighter.qmlc │ ├── QmlViewer.qml │ ├── QmlViewer.qmlc │ ├── qml.qrc │ └── readme.txt ├── QmlExplorer.pro ├── QmlExtension │ ├── Highlighter │ │ ├── QMLHighlighter.cpp │ │ ├── QMLHighlighter.h │ │ └── SyntaxHighlighter.h │ ├── _TestModel_CppRegist.qml │ ├── winmessage.cpp │ └── winmessage.h ├── Test │ ├── Box2D │ │ └── _TestBox2D.qml │ ├── Bug │ │ └── TestScreen.qml │ ├── Common │ │ ├── DynamicalCreate │ │ │ ├── Rect1.qml │ │ │ ├── Rect2.qml │ │ │ ├── TestComponent.qml │ │ │ ├── TestDestory.qml │ │ │ ├── TestDestory_Self.qml │ │ │ ├── TestDynamicalCreate.qml │ │ │ ├── TestDynamicalCreate.qmlc │ │ │ ├── TestLoader.qml │ │ │ └── TestLoader_LifeCycle.qml │ │ ├── Font │ │ │ ├── TestFont.qml │ │ │ ├── TestFontFamily.qml │ │ │ └── TestFontLoader.qml │ │ ├── Image │ │ │ ├── TestImage.qml │ │ │ ├── TestImage_Animated.qml │ │ │ ├── TestImage_Border.qml │ │ │ ├── TestImage_Png.qml │ │ │ ├── apple.gif │ │ │ ├── balls.gif │ │ │ ├── bg.png │ │ │ ├── borderimage.jpg │ │ │ ├── loading.gif │ │ │ ├── m.gif │ │ │ ├── qt58.png │ │ │ ├── rotation.gif │ │ │ ├── roundMenu.jpg │ │ │ ├── sin.gif │ │ │ └── test.png │ │ ├── Singleton │ │ │ ├── Global.qml │ │ │ ├── TestGlobal.qml │ │ │ └── qmldir │ │ ├── Syntax │ │ │ ├── Dummy.qml │ │ │ ├── Syntax.txt │ │ │ ├── TestBinding.qml │ │ │ ├── TestConnections.qml │ │ │ ├── TestConnections_MultiSignal.qml │ │ │ ├── TestJs.qml │ │ │ ├── TestProperty.qml │ │ │ ├── TestProperty.qmlc │ │ │ ├── TestProperty_Attached.qml │ │ │ ├── TestProperty_Binding.qml │ │ │ ├── TestProperty_Private.qml │ │ │ └── TestSignal.qml │ │ ├── Thread │ │ │ ├── TestWorkerScript.qml │ │ │ └── workscript.js │ │ ├── Tool │ │ │ ├── TestConsole.qml │ │ │ ├── TestDate.qml │ │ │ ├── TestMath.qml │ │ │ ├── TestQt.qml │ │ │ ├── TestScreen.qml │ │ │ ├── TestTraversal.qml │ │ │ └── _TestOpenGLInfo.qml │ │ └── readme.txt │ ├── Effect │ │ ├── Animation │ │ │ ├── EasingType │ │ │ │ ├── InBack.png │ │ │ │ ├── InBounce.png │ │ │ │ ├── InCirc.png │ │ │ │ ├── InCubic.png │ │ │ │ ├── InElastic.png │ │ │ │ ├── InExpo.png │ │ │ │ ├── InOutBack.png │ │ │ │ ├── InOutBounce.png │ │ │ │ ├── InOutCirc.png │ │ │ │ ├── InOutCubic.png │ │ │ │ ├── InOutElastic.png │ │ │ │ ├── InOutExpo.png │ │ │ │ ├── InOutQuad.png │ │ │ │ ├── InOutQuart.png │ │ │ │ ├── InOutQuint.png │ │ │ │ ├── InOutSine.png │ │ │ │ ├── InQuad.png │ │ │ │ ├── InQuart.png │ │ │ │ ├── InQuint.png │ │ │ │ ├── InSine.png │ │ │ │ ├── Linear.png │ │ │ │ ├── OutBack.png │ │ │ │ ├── OutBounce.png │ │ │ │ ├── OutCirc.png │ │ │ │ ├── OutCubic.png │ │ │ │ ├── OutElastic.png │ │ │ │ ├── OutExpo.png │ │ │ │ ├── OutInBack.png │ │ │ │ ├── OutInBounce.png │ │ │ │ ├── OutInCirc.png │ │ │ │ ├── OutInCubic.png │ │ │ │ ├── OutInElastic.png │ │ │ │ ├── OutInExpo.png │ │ │ │ ├── OutInQuad.png │ │ │ │ ├── OutInQuart.png │ │ │ │ ├── OutInQuint.png │ │ │ │ ├── OutInSine.png │ │ │ │ ├── OutQuad.png │ │ │ │ ├── OutQuart.png │ │ │ │ ├── OutQuint.png │ │ │ │ ├── OutSine.png │ │ │ │ ├── TestAnimationEasing.qml │ │ │ │ └── TestAnimationEasing2.qml │ │ │ ├── MyAnimations │ │ │ │ ├── Animations.qml │ │ │ │ ├── TestAnimations.qml │ │ │ │ └── qmldir │ │ │ ├── Sprite │ │ │ │ ├── Bear0.png │ │ │ │ ├── Bear1.png │ │ │ │ ├── Bear2.png │ │ │ │ ├── Bear3.png │ │ │ │ ├── BearB.png │ │ │ │ └── TestSprite.qml │ │ │ ├── TestAnimation.qml │ │ │ ├── TestAnimation_GetProgress.qml │ │ │ ├── TestAnimation_Parent.qml │ │ │ ├── TestAnimation_Text.qml │ │ │ ├── TestAnimation_Timer.qml │ │ │ ├── TestAnimator.qml │ │ │ ├── TestBehavior.qml │ │ │ ├── TestState.qml │ │ │ ├── TestStateMachine.qml │ │ │ ├── TestStateMachine2.qml │ │ │ └── images │ │ │ │ ├── Bear1.png │ │ │ │ ├── bg.png │ │ │ │ ├── girl.png │ │ │ │ ├── rocket.PNG │ │ │ │ └── windmill.png │ │ ├── Canvas │ │ │ ├── TestCanvas.qml │ │ │ ├── TestCanvas_Composite.qml │ │ │ ├── TestCanvas_Gradients.qml │ │ │ ├── TestCanvas_GrowLines.qml │ │ │ ├── TestCanvas_ImageAndClip.qml │ │ │ ├── TestCanvas_ImageData.qml │ │ │ ├── TestCanvas_SaveRestore.qml │ │ │ ├── TestCanvas_Shadow.qml │ │ │ ├── TestCanvas_ShapeChatPop.qml │ │ │ ├── TestCanvas_ShapeHeart.qml │ │ │ ├── TestCanvas_ShapePie.qml │ │ │ ├── TestCanvas_ShapeRoundRectangle.qml │ │ │ ├── TestCanvas_ShapeRoundRectangle.qmlc │ │ │ ├── TestCanvas_ShapeSpirograph.qml │ │ │ ├── TestCanvas_ShapeTaiJi.qml │ │ │ ├── TestCanvas_ShapeTiger.qml │ │ │ ├── TestCanvas_Spirit.qml │ │ │ ├── TestCanvas_Trasparent.qml │ │ │ ├── canvas.js │ │ │ ├── canvas_math_rotate.png │ │ │ ├── canvas_startAngle.png │ │ │ └── tiger.js │ │ ├── GraphicalEffect │ │ │ ├── ControlPanel.qml │ │ │ ├── TestBlend.qml │ │ │ ├── TestBlur_Directional.qml │ │ │ ├── TestBlur_Directional2.qml │ │ │ ├── TestBlur_Fast.qml │ │ │ ├── TestBlur_Gaussian.qml │ │ │ ├── TestBlur_Masked.qml │ │ │ ├── TestBlur_Recursive.qml │ │ │ ├── TestBlur_Zoom.qml │ │ │ ├── TestColor_BrightnessContrast.qml │ │ │ ├── TestColor_ColorOverlay.qml │ │ │ ├── TestColor_Colorize.qml │ │ │ ├── TestColor_Desaturate.qml │ │ │ ├── TestColor_GammaAdjust.qml │ │ │ ├── TestColor_HueSaturation.qml │ │ │ ├── TestDistortion_Displace.qml │ │ │ ├── TestGlow_Glow.qml │ │ │ ├── TestGlow_Glow.qmlc │ │ │ ├── TestGlow_Rectangular.qml │ │ │ ├── TestGradient_Conical.qml │ │ │ ├── TestGradient_Linear_.qml │ │ │ ├── TestGradient_Radial_.qml │ │ │ ├── TestMask_Opacity.qml │ │ │ ├── TestMask_Threshold.qml │ │ │ ├── TestShadow_Drop2.qml │ │ │ ├── TestShadow_Inner.qml │ │ │ ├── TestShadow_Inner2.qml │ │ │ ├── Tester.qml │ │ │ ├── _TestBlur_Radial.qml │ │ │ ├── _TestColor_LevelAdjust.qml │ │ │ ├── _TestGraphicalEffects.qml │ │ │ ├── readme.txt │ │ │ └── testbed │ │ │ │ ├── BGColorPicker.qml │ │ │ │ ├── CheckBox.qml │ │ │ │ ├── ColorPicker.qml │ │ │ │ ├── ColorSlider.qml │ │ │ │ ├── Control.qml │ │ │ │ ├── ImageSource.qml │ │ │ │ ├── Label.qml │ │ │ │ ├── LevelSlider.qml │ │ │ │ ├── PositionPicker.qml │ │ │ │ ├── ProgressBar.qml │ │ │ │ ├── RadioButton.qml │ │ │ │ ├── RadioButtonColumn.qml │ │ │ │ ├── RgbaColorPicker.qml │ │ │ │ ├── Slider.qml │ │ │ │ ├── TestBedModel.qml │ │ │ │ ├── TestBlend.qml │ │ │ │ ├── TestBrightnessContrast.qml │ │ │ │ ├── TestCaseTemplate.qml │ │ │ │ ├── TestColorOverlay.qml │ │ │ │ ├── TestColorize.qml │ │ │ │ ├── TestConicalGradient.qml │ │ │ │ ├── TestDesaturate.qml │ │ │ │ ├── TestDirectionalBlur.qml │ │ │ │ ├── TestDisplace.qml │ │ │ │ ├── TestDropShadow.qml │ │ │ │ ├── TestFastBlur.qml │ │ │ │ ├── TestGammaAdjust.qml │ │ │ │ ├── TestGaussianBlur.qml │ │ │ │ ├── TestGlow.qml │ │ │ │ ├── TestHueSaturation.qml │ │ │ │ ├── TestInnerShadow.qml │ │ │ │ ├── TestLevelAdjust.qml │ │ │ │ ├── TestLinearGradient.qml │ │ │ │ ├── TestMaskedBlur.qml │ │ │ │ ├── TestOpacityMask.qml │ │ │ │ ├── TestRadialBlur.qml │ │ │ │ ├── TestRadialGradient.qml │ │ │ │ ├── TestRectangularGlow.qml │ │ │ │ ├── TestRecursiveBlur.qml │ │ │ │ ├── TestThresholdMask.qml │ │ │ │ ├── TestZoomBlur.qml │ │ │ │ ├── images │ │ │ │ ├── background.png │ │ │ │ ├── bug.jpg │ │ │ │ ├── butterfly.png │ │ │ │ ├── checkbox_inner.png │ │ │ │ ├── checkbox_outer.png │ │ │ │ ├── checker.png │ │ │ │ ├── collapse.png │ │ │ │ ├── color_selection_hl.png │ │ │ │ ├── color_selection_mask.png │ │ │ │ ├── expand.png │ │ │ │ ├── fog.png │ │ │ │ ├── glass_normal.png │ │ │ │ ├── group_bottom.png │ │ │ │ ├── group_top.png │ │ │ │ ├── icon_blend.png │ │ │ │ ├── icon_blur.png │ │ │ │ ├── icon_color.png │ │ │ │ ├── icon_distortion.png │ │ │ │ ├── icon_drop_shadow.png │ │ │ │ ├── icon_glow.png │ │ │ │ ├── icon_gradient.png │ │ │ │ ├── icon_mask.png │ │ │ │ ├── icon_motion_blur.png │ │ │ │ ├── radiobutton_inner.png │ │ │ │ ├── radiobutton_outer.png │ │ │ │ ├── slider_handle.png │ │ │ │ ├── slider_handle_b.png │ │ │ │ ├── slider_handle_black.png │ │ │ │ ├── slider_handle_g.png │ │ │ │ ├── slider_handle_gray.png │ │ │ │ ├── slider_handle_pressed.png │ │ │ │ ├── slider_handle_r.png │ │ │ │ ├── slider_handle_white.png │ │ │ │ ├── slider_track.png │ │ │ │ ├── slider_track_filled.png │ │ │ │ ├── slider_track_left.png │ │ │ │ ├── slider_track_right.png │ │ │ │ ├── title.png │ │ │ │ ├── workarea_left.png │ │ │ │ └── workarea_right.png │ │ │ │ ├── readme.txt │ │ │ │ ├── testBed.qml │ │ │ │ ├── testbed.png │ │ │ │ └── testbed.qmlproject │ │ ├── Images │ │ │ ├── babi.png │ │ │ ├── babi2.png │ │ │ ├── babi3.png │ │ │ ├── babi4.png │ │ │ ├── bg.png │ │ │ ├── bird.jpg │ │ │ ├── bug.png │ │ │ ├── butterfly.png │ │ │ ├── canvas_composite.png │ │ │ ├── canvas_composite2.png │ │ │ ├── checker.png │ │ │ ├── curf.jpg │ │ │ ├── glass_normal.png │ │ │ ├── logo.png │ │ │ ├── qml.png │ │ │ ├── roundcorner.PNG │ │ │ ├── tree.jpg │ │ │ └── tulips.jpg │ │ ├── PageChangeEffect │ │ │ ├── Disappear3D.qml │ │ │ ├── DisappearCullet.qml │ │ │ ├── DisappearEarthQuake.qml │ │ │ ├── Effect.js │ │ │ ├── Flipable.qml │ │ │ ├── Image │ │ │ │ ├── 0.gif │ │ │ │ ├── 4.gif │ │ │ │ ├── AAA2.png │ │ │ │ ├── Sea.png │ │ │ │ ├── Thumbs.db │ │ │ │ ├── blueStar.png │ │ │ │ ├── blueStone.png │ │ │ │ ├── bluestar2.png │ │ │ │ ├── bubble1.png │ │ │ │ ├── bubble2.png │ │ │ │ ├── bubble3.png │ │ │ │ ├── greenstar.png │ │ │ │ ├── meigui1.png │ │ │ │ ├── meigui2.png │ │ │ │ ├── meigui3.png │ │ │ │ ├── meigui4.png │ │ │ │ ├── meigui5.png │ │ │ │ ├── pic1.png │ │ │ │ ├── pic1_1.png │ │ │ │ ├── pic1_2.png │ │ │ │ ├── pic1_3.png │ │ │ │ ├── pic1_4.png │ │ │ │ ├── pic1_5.png │ │ │ │ ├── pic1_6.png │ │ │ │ ├── pic2.png │ │ │ │ ├── pstar.png │ │ │ │ ├── rain.png │ │ │ │ ├── rain2.png │ │ │ │ ├── rain3.png │ │ │ │ ├── rose.png │ │ │ │ ├── shandian.png │ │ │ │ ├── star.png │ │ │ │ ├── starx.png │ │ │ │ ├── tornado.gif │ │ │ │ ├── xuehua1.png │ │ │ │ ├── xuehua2.png │ │ │ │ ├── xuehua3.png │ │ │ │ ├── xuehua4.png │ │ │ │ ├── zzzz.png │ │ │ │ └── zzzzz.png │ │ │ ├── MoveDown.qml │ │ │ ├── MoveRight.qml │ │ │ ├── SceneSwithExamples.txt │ │ │ ├── TestPageSwitchParticle.qml │ │ │ ├── _BoomBlock.qml │ │ │ ├── _BubbleBlast.qml │ │ │ ├── _BubbleMove.qml │ │ │ ├── _Particles.qml │ │ │ ├── _Rain.qml │ │ │ ├── _Rose.qml │ │ │ ├── _Rotation.qml │ │ │ ├── _Snow.qml │ │ │ ├── _Star.qml │ │ │ ├── _Tornado.qml │ │ │ └── initializeBlock.js │ │ ├── Particles │ │ │ ├── Frame │ │ │ │ ├── Flame.qml │ │ │ │ ├── TestFlame.qml │ │ │ │ └── images │ │ │ │ │ ├── circle-big.png │ │ │ │ │ ├── circle.png │ │ │ │ │ ├── heart.png │ │ │ │ │ └── snowflake.png │ │ │ ├── TestParticleSystem.qml │ │ │ ├── TestParticle_Image.qml │ │ │ ├── _TestParticle_Custom.qml │ │ │ └── _TestParticle_Item.qml │ │ ├── Shader │ │ │ ├── TestShader.qml │ │ │ ├── TestShader_Fragment.qml │ │ │ ├── TestShader_ItemLayer.qml │ │ │ ├── TestShader_Source.qml │ │ │ ├── TestShader_Vertex.qml │ │ │ ├── _TestShockWave.qml │ │ │ ├── _TestSobelEdgeDetection1.qml │ │ │ └── _TestToon.qml │ │ └── readme.txt │ ├── KeyMouseTouch │ │ ├── DragDrop │ │ │ ├── DropableText.qml │ │ │ ├── TestDropableText.qml │ │ │ ├── TestMouseDrag.qml │ │ │ └── TestMouseDrop.qml │ │ ├── Key │ │ │ ├── TestKey_Event.qml │ │ │ ├── TestKey_InputMethod.qml │ │ │ ├── TestKey_ShortCut.qml │ │ │ └── TestKey_Tab.qml │ │ ├── MouseArea │ │ │ ├── TestMouseArea_Cursor.qml │ │ │ ├── TestMouseArea_CursorBorder.qml │ │ │ ├── TestMouseArea_Event.qml │ │ │ ├── TestMouseArea_EventButton.qml │ │ │ ├── TestMouseArea_EventDelivery.qml │ │ │ ├── TestMouseArea_EventHover.qml │ │ │ ├── TestMouseArea_EventStealing.qml │ │ │ ├── TestMouseArea_ShapeRound.qml │ │ │ └── TestMultiPointTouchArea.qml │ │ ├── PinchFlickable │ │ │ ├── FlickableScroller.qml │ │ │ ├── TestFlickable.qml │ │ │ ├── TestFlickable_Scroll.qml │ │ │ ├── TestPinch.qml │ │ │ ├── TestPinchFlickable.qml │ │ │ ├── TestPinch_Event.qml │ │ │ └── _TestFlickable_Scroller.qml │ │ ├── TestFocus.qml │ │ └── _TestFocusScope.qml │ ├── Main.qml │ ├── Mobile │ │ ├── Accelerometer │ │ │ ├── TestAccelerometer.qml │ │ │ ├── TestAccelerometer_GasLevel.qml │ │ │ └── _TestAccelerometer2.qml │ │ ├── BluetoothIbeacon │ │ │ ├── Button.qml │ │ │ ├── _TestBlueTooth_Discover.qml │ │ │ └── default.png │ │ ├── Camera │ │ │ ├── TestCamera.qml │ │ │ ├── TestCamera_Multi.qml │ │ │ ├── TestCamera_Multi2.qml │ │ │ ├── TestCamera_Multi3.qml │ │ │ └── _TestCamera_Video.qml │ │ ├── NFC │ │ │ ├── NfcFlag.png │ │ │ ├── _TestNfc.qml │ │ │ ├── cork.jpg │ │ │ ├── icon.png │ │ │ ├── note-yellow.png │ │ │ └── tack.png │ │ ├── TestExternalUrl.qml │ │ ├── TestScreen.qml │ │ ├── _TestContact.qml │ │ ├── _TestOrientationSensor.qml │ │ ├── _TestPosition.qml │ │ ├── _TestSensors.qml │ │ └── _TestTorch.qml │ ├── MultiDensity │ │ ├── R.qml │ │ ├── Res.qml │ │ ├── Res │ │ │ ├── borderimage.jpg │ │ │ ├── btn.png │ │ │ ├── bug.png │ │ │ ├── button.png │ │ │ ├── fitbutton.png │ │ │ ├── hdpi │ │ │ │ └── logo.png │ │ │ ├── ldpi │ │ │ │ └── logo.png │ │ │ ├── mdpi │ │ │ │ └── logo.png │ │ │ ├── qt-logo.png │ │ │ ├── xhdpi │ │ │ │ └── logo.png │ │ │ └── xxhdpi │ │ │ │ └── logo.png │ │ ├── TestBorderImage.qml │ │ ├── TestDensity.qml │ │ ├── TestOrientation.qml │ │ ├── TestR.qml │ │ ├── TestScale.qml │ │ └── qmldir │ ├── Multimedia │ │ ├── TestSound.qml │ │ ├── TestVideo.qml │ │ └── _TestQtAV.qml │ ├── Network │ │ ├── TestAjax.qml │ │ ├── TestAjax_ListView.qml │ │ ├── TestAjax_XmlDOM.qml │ │ ├── TestModel_XmlListModel.qml │ │ ├── TestWebSocket.qml │ │ ├── _TestAjax_PostFile.qml │ │ ├── _TestEnginio.qml │ │ └── data.xml │ ├── Qt3D │ │ ├── Models │ │ │ ├── Cube.qml │ │ │ ├── Cube.qmlc │ │ │ ├── Cylinder.qml │ │ │ ├── Item3D.qml │ │ │ ├── Item3D.qmlc │ │ │ ├── Quad.qml │ │ │ ├── Sphere.qml │ │ │ ├── Teapot.qml │ │ │ ├── Teapot.qmlc │ │ │ ├── cube.obj │ │ │ ├── quad.obj │ │ │ └── teapot.bez │ │ ├── SceneView.qml │ │ ├── SceneView.qmlc │ │ ├── Test3D_Cube.qml │ │ ├── Test3D_Elements.qml │ │ ├── TestEntity.qml │ │ ├── TestEntity.qmlc │ │ ├── TestSceneView.qml │ │ ├── TestSceneView.qmlc │ │ ├── qtlogo.png │ │ └── readme.txt │ ├── Splash.qml │ ├── Storage │ │ ├── TestLocalStorage.qml │ │ ├── TestSqlite.qml │ │ ├── _TestSetting.qml │ │ └── db.js │ ├── Styles │ │ ├── StyleBase.qml │ │ ├── TestStyle.qml │ │ ├── ios7 │ │ │ └── Style.qml │ │ ├── style1 │ │ │ ├── Style.qml │ │ │ ├── bubble.png │ │ │ ├── busy.png │ │ │ ├── button-pressed.png │ │ │ ├── button.png │ │ │ ├── progress-background.png │ │ │ ├── progress-fill.png │ │ │ ├── shadow.png │ │ │ ├── slider-handle.png │ │ │ ├── tab.png │ │ │ ├── tab_selected.png │ │ │ └── textfield.png │ │ ├── style2 │ │ │ ├── Style.qml │ │ │ └── busy.png │ │ ├── style3 │ │ │ └── Style.qml │ │ ├── style4 │ │ │ ├── button_inactive.png │ │ │ ├── button_normal.png │ │ │ ├── button_over.png │ │ │ ├── button_pressed.png │ │ │ ├── lineedit_focus.png │ │ │ ├── lineedit_inactive.png │ │ │ └── lineedit_normal.png │ │ ├── styles.qrc │ │ └── touch │ │ │ ├── Style.qml │ │ │ ├── bubble.png │ │ │ ├── busy.png │ │ │ ├── button-pressed.png │ │ │ ├── button.png │ │ │ ├── images │ │ │ ├── NOTICE.txt │ │ │ ├── button_default.png │ │ │ ├── button_pressed.png │ │ │ ├── navigation_next_item.png │ │ │ ├── navigation_previous_item.png │ │ │ ├── tab_selected.png │ │ │ ├── tabs_standard.png │ │ │ ├── textinput.png │ │ │ └── toolbar.png │ │ │ ├── progress-background.png │ │ │ ├── progress-fill.png │ │ │ ├── shadow.png │ │ │ ├── slider-handle.png │ │ │ ├── tab.png │ │ │ ├── tab_selected.png │ │ │ └── textfield.png │ ├── UI │ │ ├── Basic │ │ │ ├── TestCanlendar.qml │ │ │ ├── TestCanlendar.qmlc │ │ │ ├── TestColor.qml │ │ │ ├── TestFlickable.qml │ │ │ ├── TestFlipable.qml │ │ │ ├── TestForm.qml │ │ │ ├── TestFormValidator.qml │ │ │ ├── TestForm_Row.qml │ │ │ ├── TestGradient.qml │ │ │ ├── TestGradient.qmlc │ │ │ ├── TestItem.qml │ │ │ ├── TestItem_Layer.qml │ │ │ ├── TestItem_ToImage.qml │ │ │ ├── TestQtObject.qml │ │ │ ├── TestQuickControl2.qml │ │ │ ├── TestRectangle.qml │ │ │ ├── TestRectangle.qmlc │ │ │ ├── TestScrollView.qml │ │ │ ├── TestSplitView.qml │ │ │ ├── TestSplitView_WithLayout.qml │ │ │ ├── TestSystemPalette.qml │ │ │ ├── TestTabView.qml │ │ │ ├── TestText.qml │ │ │ ├── TestText.qmlc │ │ │ ├── TestTimer.qml │ │ │ ├── TestTimerBug.qml │ │ │ ├── TestTransform.qml │ │ │ ├── TestTransform_Axis.qml │ │ │ ├── TestWeb_WebEngine.qml │ │ │ ├── TestWeb_WebKit.qml │ │ │ └── TestWeb_WebView.qml │ │ ├── DataView │ │ │ ├── GridView │ │ │ │ ├── TestGridView.qml │ │ │ │ ├── TestGridView_Drag.qml │ │ │ │ ├── TestGridView_HightLight.qml │ │ │ │ └── TestGridView_HoverBlock.qml │ │ │ ├── Images │ │ │ │ ├── man.png │ │ │ │ └── woman.png │ │ │ ├── ListView │ │ │ │ ├── ListItem.qml │ │ │ │ ├── TestDelegateModel.qml │ │ │ │ ├── TestListView.qml │ │ │ │ ├── TestListView_AddAnimation.qml │ │ │ │ ├── TestListView_CRUD.qml │ │ │ │ ├── TestListView_HightLight.qml │ │ │ │ ├── TestListView_Item_AutoHeight.qml │ │ │ │ ├── TestListView_Item_Expand.qml │ │ │ │ ├── TestListView_Item_FullScreen.qml │ │ │ │ ├── TestListView_Item_Locate.qml │ │ │ │ ├── TestListView_Item_SlideMenu2.qml │ │ │ │ ├── TestListView_Nested.qml │ │ │ │ ├── TestListView_News.qml │ │ │ │ ├── _TestListView_Item_SlideMenu.qml │ │ │ │ ├── _TestListView_Section.qml │ │ │ │ ├── arrow-down-16.png │ │ │ │ ├── listview_slidemenu.png │ │ │ │ └── pics │ │ │ │ │ ├── arrow-down.png │ │ │ │ │ ├── arrow-up.png │ │ │ │ │ ├── fruit-salad.jpg │ │ │ │ │ ├── hamburger.jpg │ │ │ │ │ ├── lemonade.jpg │ │ │ │ │ ├── list-delete.png │ │ │ │ │ ├── minus-sign.png │ │ │ │ │ ├── moreDown.png │ │ │ │ │ ├── moreUp.png │ │ │ │ │ ├── pancakes.jpg │ │ │ │ │ ├── plus-sign.png │ │ │ │ │ └── vegetable-soup.jpg │ │ │ ├── Model │ │ │ │ ├── PackageDelegate.qml │ │ │ │ ├── PackageDelegate.qmlc │ │ │ │ ├── TestModel_Ajax.qml │ │ │ │ ├── TestModel_CRUD.qml │ │ │ │ ├── TestModel_DelegateModel.qml │ │ │ │ ├── TestModel_DelegateModelPackage.qml │ │ │ │ ├── TestModel_DelegateModelPackage.qmlc │ │ │ │ ├── TestModel_FolderListModel.qml │ │ │ │ ├── TestModel_JsonArray.qml │ │ │ │ ├── TestModel_ListModel.qml │ │ │ │ ├── TestModel_ObjectModel.qml │ │ │ │ ├── TestModel_VisualDataModel.qml │ │ │ │ ├── TestModel_VisualItemModel.qml │ │ │ │ └── TestModel_XmlListModel.qml │ │ │ ├── PathView │ │ │ │ ├── TestPath.qml │ │ │ │ ├── TestPathView.qml │ │ │ │ ├── TestPathView_Rect.qml │ │ │ │ └── TestPath_Curve.qml │ │ │ ├── Repeater │ │ │ │ └── TestRepeater.qml │ │ │ └── TableView │ │ │ │ ├── TestTableView.qml │ │ │ │ ├── TestTableView_ComboBox.qml │ │ │ │ └── TestTableView_Editable.qml │ │ ├── Layout │ │ │ ├── TestAnchor.qml │ │ │ ├── TestLayout.qml │ │ │ └── TestPositioner.qml │ │ ├── Pages │ │ │ ├── Hyperlink │ │ │ │ ├── Link.qml │ │ │ │ └── _TestLink.qml │ │ │ ├── Page1.qml │ │ │ ├── Page2.qml │ │ │ ├── Page3.qml │ │ │ ├── PageLoader │ │ │ │ └── TestPageLoader.qml │ │ │ ├── PageRedirect │ │ │ │ ├── Page.qml │ │ │ │ ├── Page1.qml │ │ │ │ ├── Page2.qml │ │ │ │ ├── PageDirector.qml │ │ │ │ └── PageDirector_Title.qml │ │ │ ├── PageView │ │ │ │ └── TestPageView.qml │ │ │ ├── StackView │ │ │ │ ├── Images │ │ │ │ │ ├── 2.png │ │ │ │ │ └── toolbar.png │ │ │ │ ├── TestStackView.qml │ │ │ │ └── TestStackView_Transition.qml │ │ │ ├── TabView │ │ │ │ ├── TabPage.qml │ │ │ │ ├── TestTabPage.qml │ │ │ │ └── tab.png │ │ │ └── readme.txt │ │ ├── TestPopup.qml │ │ └── WindowDialog │ │ │ ├── TestApplicationWindow.qml │ │ │ ├── TestApplicationWindow_Action.qml │ │ │ ├── TestDialog.qml │ │ │ ├── TestDialog_System.qml │ │ │ ├── TestWindow.qml │ │ │ ├── TestWindow_DynamicCreate.qml │ │ │ ├── TestWindow_Frameless.qml │ │ │ ├── TestWindow_Rotation.qml │ │ │ ├── close.png │ │ │ ├── folder.png │ │ │ └── systemdialogs │ │ │ ├── TestColorDialogs.qml │ │ │ ├── TestCustomDialogs.qml │ │ │ ├── TestFileDialogs.qml │ │ │ ├── TestFontDialogs.qml │ │ │ ├── TestMessageDialogs.qml │ │ │ └── TestSystemDialogs.qml │ ├── UnitTest │ │ └── _TestCase.qml │ ├── readme.txt │ └── test.qrc ├── android │ ├── AndroidManifest.xml │ └── res │ │ ├── drawable-hdpi │ │ └── icon.png │ │ ├── drawable-ldpi │ │ └── icon.png │ │ └── drawable-mdpi │ │ └── icon.png ├── deployment.pri ├── main.cpp ├── mainwindow.h └── task.txt ├── QmlExplorerExtension ├── MainWindow.cpp ├── MaskedMouseArea │ ├── images │ │ ├── cloud_1.png │ │ ├── cloud_2.png │ │ └── moon.png │ ├── main.cpp │ ├── maskedmousearea.cpp │ ├── maskedmousearea.h │ ├── maskedmousearea.pro │ ├── maskedmousearea.qml │ ├── maskedmousearea.qmlproject │ └── maskedmousearea.qrc ├── PaintedItem │ ├── TextBalloonPlugin │ │ ├── plugin.h │ │ └── qmldir │ ├── painteditem.pro │ ├── painteditem.qrc │ ├── textballoon.cpp │ ├── textballoon.h │ └── textballoons.qml ├── QExplorerExtension.pro ├── Task.txt ├── deployment.pri ├── extension │ ├── QuickWidgetButton.cpp │ ├── TestCallQml.qml │ ├── TestGrediente.qml │ ├── TestImageProcessor.qml │ ├── TestPieChart.qml │ ├── TestQtObject_ObjectName.qml │ ├── TestQuickWidgetButton.qml │ ├── _TestClipboard.qml │ ├── _TestDragWindow.qml │ ├── _TestFileIO.qml │ ├── fileio.cpp │ ├── filereader.cpp │ ├── filereader.h │ ├── gradiente.cpp │ ├── gradiente.h │ ├── gradientex.cpp │ ├── gradientex.h │ ├── imageProcessor.cpp │ ├── imageProcessor.h │ ├── myellipse.cpp │ ├── piechart.cpp │ ├── piechart.h │ ├── qmldir │ └── utils.cpp ├── main.cpp ├── main.qml └── qml.qrc └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/.gitignore -------------------------------------------------------------------------------- /Images/App_Clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/Images/App_Clock.png -------------------------------------------------------------------------------- /Images/App_Dial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/Images/App_Dial.png -------------------------------------------------------------------------------- /Images/App_ImageCrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/Images/App_ImageCrop.png -------------------------------------------------------------------------------- /Images/App_Metro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/Images/App_Metro.png -------------------------------------------------------------------------------- /Images/App_Notepad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/Images/App_Notepad.png -------------------------------------------------------------------------------- /Images/App_Painter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/Images/App_Painter.png -------------------------------------------------------------------------------- /Images/App_RoundMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/Images/App_RoundMenu.png -------------------------------------------------------------------------------- /Images/Effect.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/Images/Effect.gif -------------------------------------------------------------------------------- /Images/Effect_Reflect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/Images/Effect_Reflect.png -------------------------------------------------------------------------------- /Images/Effect_RoundCorner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/Images/Effect_RoundCorner.png -------------------------------------------------------------------------------- /Images/Effect_Shine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/Images/Effect_Shine.png -------------------------------------------------------------------------------- /Images/Effect_genie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/Images/Effect_genie.png -------------------------------------------------------------------------------- /Images/Form_AnglePicker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/Images/Form_AnglePicker.gif -------------------------------------------------------------------------------- /Images/Form_Charts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/Images/Form_Charts.png -------------------------------------------------------------------------------- /Images/Form_ColorPicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/Images/Form_ColorPicker.png -------------------------------------------------------------------------------- /Images/Form_DatePicker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/Images/Form_DatePicker.gif -------------------------------------------------------------------------------- /Images/Gauge_Dial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/Images/Gauge_Dial.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/LICENSE -------------------------------------------------------------------------------- /QmlExplorer/App/Clock/Clock.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Clock/Clock.qml -------------------------------------------------------------------------------- /QmlExplorer/App/Clock/Clock.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Clock/Clock.qmlc -------------------------------------------------------------------------------- /QmlExplorer/App/Clock/center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Clock/center.png -------------------------------------------------------------------------------- /QmlExplorer/App/Clock/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Clock/clock.png -------------------------------------------------------------------------------- /QmlExplorer/App/Clock/hour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Clock/hour.png -------------------------------------------------------------------------------- /QmlExplorer/App/Clock/minute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Clock/minute.png -------------------------------------------------------------------------------- /QmlExplorer/App/Clock/second.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Clock/second.png -------------------------------------------------------------------------------- /QmlExplorer/App/Dial/Dial.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Dial/Dial.qml -------------------------------------------------------------------------------- /QmlExplorer/App/Dial/Dial.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Dial/Dial.qmlc -------------------------------------------------------------------------------- /QmlExplorer/App/Dial/beer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Dial/beer.png -------------------------------------------------------------------------------- /QmlExplorer/App/Dial/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Dial/bg.png -------------------------------------------------------------------------------- /QmlExplorer/App/Dial/disk1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Dial/disk1.png -------------------------------------------------------------------------------- /QmlExplorer/App/Dial/disk2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Dial/disk2.png -------------------------------------------------------------------------------- /QmlExplorer/App/Docker/DockPanel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Docker/DockPanel.qml -------------------------------------------------------------------------------- /QmlExplorer/App/Docker/Docker.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Docker/Docker.qml -------------------------------------------------------------------------------- /QmlExplorer/App/ImageCropper/TestImageCropper.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/ImageCropper/TestImageCropper.qml -------------------------------------------------------------------------------- /QmlExplorer/App/ImageCropper/selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/ImageCropper/selected.png -------------------------------------------------------------------------------- /QmlExplorer/App/LiveTile/Error.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/LiveTile/Error.qml -------------------------------------------------------------------------------- /QmlExplorer/App/LiveTile/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/LiveTile/Main.qml -------------------------------------------------------------------------------- /QmlExplorer/App/LiveTile/Page.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/LiveTile/Page.qml -------------------------------------------------------------------------------- /QmlExplorer/App/LiveTile/Page1.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/LiveTile/Page1.qml -------------------------------------------------------------------------------- /QmlExplorer/App/LiveTile/Page2.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/LiveTile/Page2.qml -------------------------------------------------------------------------------- /QmlExplorer/App/LiveTile/Tile.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/LiveTile/Tile.qml -------------------------------------------------------------------------------- /QmlExplorer/App/LiveTile/_TestTransform_LiveTile.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/LiveTile/_TestTransform_LiveTile.qml -------------------------------------------------------------------------------- /QmlExplorer/App/LiveTile/liveTile-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/LiveTile/liveTile-active.png -------------------------------------------------------------------------------- /QmlExplorer/App/LiveTile/liveTile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/LiveTile/liveTile.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/Thumbs.db -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/bg0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/bg0.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/dota.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/dota.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/dotb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/dotb.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/game/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/game/Thumbs.db -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/game/game.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/game/game.xml -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/game/icon0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/game/icon0.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/game/icon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/game/icon1.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/game/icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/game/icon2.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/game/icon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/game/icon3.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/game/icon4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/game/icon4.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/game/icon5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/game/icon5.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/game/icon6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/game/icon6.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/game/icon7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/game/icon7.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/game/name0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/game/name0.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/game/name1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/game/name1.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/game/name2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/game/name2.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/game/name3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/game/name3.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/game/name4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/game/name4.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/game/name5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/game/name5.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/game/name6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/game/name6.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/game/name7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/game/name7.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/gamebga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/gamebga.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/gamebgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/gamebgb.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/sys0a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/sys0a.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/sys0b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/sys0b.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/sys1a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/sys1a.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/sys1b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/sys1b.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/sys2a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/sys2a.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/sys2b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/sys2b.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/tab0a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/tab0a.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/tab0b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/tab0b.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/tab1a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/tab1a.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/tab1b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/tab1b.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/tab2a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/tab2a.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/image/tab2b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/image/tab2b.png -------------------------------------------------------------------------------- /QmlExplorer/App/MobileApp/main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/MobileApp/main.qml -------------------------------------------------------------------------------- /QmlExplorer/App/NotePad/NotePad.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/NotePad/NotePad.qml -------------------------------------------------------------------------------- /QmlExplorer/App/NotePad/Panel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/NotePad/Panel.qml -------------------------------------------------------------------------------- /QmlExplorer/App/NotePad/cork.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/NotePad/cork.jpg -------------------------------------------------------------------------------- /QmlExplorer/App/NotePad/note-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/NotePad/note-yellow.png -------------------------------------------------------------------------------- /QmlExplorer/App/NotePad/tack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/NotePad/tack.png -------------------------------------------------------------------------------- /QmlExplorer/App/Painter/ColorSquare.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Painter/ColorSquare.qml -------------------------------------------------------------------------------- /QmlExplorer/App/Painter/Graphy.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Painter/Graphy.qml -------------------------------------------------------------------------------- /QmlExplorer/App/Painter/Painter.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Painter/Painter.qml -------------------------------------------------------------------------------- /QmlExplorer/App/Painter/qmldir: -------------------------------------------------------------------------------- 1 | singleton G Graphy.qml -------------------------------------------------------------------------------- /QmlExplorer/App/RoundMenu/RoundMenu1_RectRadius.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/RoundMenu/RoundMenu1_RectRadius.qml -------------------------------------------------------------------------------- /QmlExplorer/App/RoundMenu/RoundMenu2_Shader.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/RoundMenu/RoundMenu2_Shader.qml -------------------------------------------------------------------------------- /QmlExplorer/App/RoundMenu/RoundMenu3_ImageLayer.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/RoundMenu/RoundMenu3_ImageLayer.qml -------------------------------------------------------------------------------- /QmlExplorer/App/RoundMenu/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/RoundMenu/bg.png -------------------------------------------------------------------------------- /QmlExplorer/App/RoundMenu/bg.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/RoundMenu/bg.psd -------------------------------------------------------------------------------- /QmlExplorer/App/RoundMenu/bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/RoundMenu/bg2.png -------------------------------------------------------------------------------- /QmlExplorer/App/RoundMenu/bug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/RoundMenu/bug.png -------------------------------------------------------------------------------- /QmlExplorer/App/RoundMenu/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/RoundMenu/logo.png -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/content/AndroidDelegate.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/content/AndroidDelegate.qml -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/content/AndroidDelegate.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/content/AndroidDelegate.qmlc -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/content/ButtonPage.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/content/ButtonPage.qml -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/content/ButtonPage.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/content/ButtonPage.qmlc -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/content/ListPage.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/content/ListPage.qml -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/content/ListPage.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/content/ListPage.qmlc -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/content/ProgressBarPage.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/content/ProgressBarPage.qml -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/content/ProgressBarPage.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/content/ProgressBarPage.qmlc -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/content/SliderPage.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/content/SliderPage.qml -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/content/SliderPage.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/content/SliderPage.qmlc -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/content/TabBarPage.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/content/TabBarPage.qml -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/content/TabBarPage.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/content/TabBarPage.qmlc -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/content/TextInputPage.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/content/TextInputPage.qml -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/content/TextInputPage.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/content/TextInputPage.qmlc -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/images/NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/images/NOTICE.txt -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/images/button_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/images/button_default.png -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/images/button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/images/button_pressed.png -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/images/navigation_next_item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/images/navigation_next_item.png -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/images/tab_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/images/tab_selected.png -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/images/tabs_standard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/images/tabs_standard.png -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/images/textinput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/images/textinput.png -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/images/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/images/toolbar.png -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/main.qml -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/main.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/main.qmlc -------------------------------------------------------------------------------- /QmlExplorer/App/Touch/touch.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/Touch/touch.qrc -------------------------------------------------------------------------------- /QmlExplorer/App/app.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/app.qrc -------------------------------------------------------------------------------- /QmlExplorer/App/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/App/readme.txt -------------------------------------------------------------------------------- /QmlExplorer/Assets/Fonts/dejavusansmono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Fonts/dejavusansmono.ttf -------------------------------------------------------------------------------- /QmlExplorer/Assets/Fonts/fonts.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Fonts/fonts.qrc -------------------------------------------------------------------------------- /QmlExplorer/Assets/Fonts/gothamblack.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Fonts/gothamblack.ttf -------------------------------------------------------------------------------- /QmlExplorer/Assets/Fonts/helveticaneuelight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Fonts/helveticaneuelight.ttf -------------------------------------------------------------------------------- /QmlExplorer/Assets/Fonts/liberationmono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Fonts/liberationmono.ttf -------------------------------------------------------------------------------- /QmlExplorer/Assets/Fonts/ubuntumono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Fonts/ubuntumono.ttf -------------------------------------------------------------------------------- /QmlExplorer/Assets/Icons/icon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Icons/icon.icns -------------------------------------------------------------------------------- /QmlExplorer/Assets/Icons/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Icons/icon.ico -------------------------------------------------------------------------------- /QmlExplorer/Assets/Icons/icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Icons/icon.svg -------------------------------------------------------------------------------- /QmlExplorer/Assets/Icons/icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Icons/icon128.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Icons/icon256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Icons/icon256.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Icons/icon512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Icons/icon512.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Icons/icon64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Icons/icon64.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Icons/window.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Icons/window.rc -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/back.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/bubble.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/bug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/bug.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/busy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/busy.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/butterfly.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/butterfly.PNG -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/button-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/button-pressed.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/button.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/connecting/connecting1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/connecting/connecting1.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/connecting/connecting10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/connecting/connecting10.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/connecting/connecting2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/connecting/connecting2.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/connecting/connecting3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/connecting/connecting3.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/connecting/connecting4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/connecting/connecting4.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/connecting/connecting5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/connecting/connecting5.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/connecting/connecting6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/connecting/connecting6.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/connecting/connecting7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/connecting/connecting7.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/connecting/connecting8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/connecting/connecting8.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/connecting/connecting9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/connecting/connecting9.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/edit.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/front.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/header.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/images.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/images.qrc -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/progress-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/progress-background.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/progress-fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/progress-fill.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/qt512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/qt512.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/qt58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/qt58.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/readme.txt -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/selectedrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/selectedrow.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/shadow.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/slider-handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/slider-handle.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/splash/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/splash/splash.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/splash/splash_640.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/splash/splash_640.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/splash/splash_n9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/splash/splash_n9.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/tab.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/tab_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/tab_selected.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Images/textfield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Images/textfield.png -------------------------------------------------------------------------------- /QmlExplorer/Assets/Sounds/bird.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Sounds/bird.wav -------------------------------------------------------------------------------- /QmlExplorer/Assets/Sounds/dropwater.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Sounds/dropwater.wav -------------------------------------------------------------------------------- /QmlExplorer/Assets/Sounds/electricity.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Sounds/electricity.wav -------------------------------------------------------------------------------- /QmlExplorer/Assets/Sounds/sounds.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Sounds/sounds.qrc -------------------------------------------------------------------------------- /QmlExplorer/Assets/Sounds/thunder.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/Sounds/thunder.wav -------------------------------------------------------------------------------- /QmlExplorer/Assets/assets.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Assets/assets.qrc -------------------------------------------------------------------------------- /QmlExplorer/FAQ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/FAQ.txt -------------------------------------------------------------------------------- /QmlExplorer/Lisence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Lisence.txt -------------------------------------------------------------------------------- /QmlExplorer/MobileInfo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/MobileInfo.txt -------------------------------------------------------------------------------- /QmlExplorer/Qml/About.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/About.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/About.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/About.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Abandon/LeftPanel/LeftPanal.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Abandon/LeftPanel/LeftPanal.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Abandon/RectangleEx.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Abandon/RectangleEx.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Abandon/ScrollBar2/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Abandon/ScrollBar2/images/1.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Abandon/Shadow.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Abandon/Shadow.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Abandon/Test.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Abandon/Test.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Charts/QChart/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Charts/QChart/LICENSE -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Charts/QChart/QChart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Charts/QChart/QChart.gif -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Charts/QChart/QChart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Charts/QChart/QChart.js -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Charts/QChart/QChart.jsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Charts/QChart/QChart.jsc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Charts/QChart/QChart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Charts/QChart/QChart.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Charts/QChart/QChart.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Charts/QChart/QChart.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Charts/QChart/QChartGallery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Charts/QChart/QChartGallery.js -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Charts/QChart/QChartGallery.jsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Charts/QChart/QChartGallery.jsc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Charts/QChart/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Charts/QChart/README.md -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Charts/QChart/TestQChart.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Charts/QChart/TestQChart.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Charts/QChart/qchart.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Charts/QChart/qchart.qrc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Charts/QChart/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Charts/QChart/qmldir -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Charts/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Charts/readme.txt -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/BillboardEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/BillboardEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/BlurEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/BlurEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/ChannelEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/ChannelEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/CurtainEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/CurtainEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/EmbossEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/EmbossEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/GenieEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/GenieEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/GlowEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/GlowEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/GrayEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/GrayEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/Images/bug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/Images/bug.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/Images/butterfly.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/Images/butterfly.PNG -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/Images/curf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/Images/curf.jpg -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/Images/fabric.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/Images/fabric.jpg -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/Images/qml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/Images/qml.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/Images/tulips.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/Images/tulips.jpg -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/IsolateEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/IsolateEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/MagnifyEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/MagnifyEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/MaskEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/MaskEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/NegativeEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/NegativeEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/PageCurlEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/PageCurlEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/PixelateEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/PixelateEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/PosterizeEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/PosterizeEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/RectangleShadow.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/RectangleShadow.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/ReflectEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/ReflectEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/RifferEffect.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/RifferEffect.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/RippleEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/RippleEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/SepiaEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/SepiaEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/SharpenEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/SharpenEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/ShineEffector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/ShineEffector.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/ShineEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/ShineEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/ShineEffector.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/ShineEffector.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/SourceProxy.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/SourceProxy.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/TestEffectors.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/TestEffectors.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/TestGenieEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/TestGenieEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/TestShineEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/TestShineEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/ThresholdEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/ThresholdEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/VignetteEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/VignetteEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/WarholEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/WarholEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/WaterEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/WaterEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/WaveEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/WaveEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/WobbleEffector.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/WobbleEffector.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/readme.txt -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/billboard.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/billboard.fsh -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/billboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/billboard.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/blur.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/emboss.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/emboss.fsh -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/emboss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/emboss.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/glow.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/glow.fsh -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/glow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/glow.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/isolate.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/isolate.fsh -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/isolate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/isolate.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/magnify.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/magnify.fsh -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/magnify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/magnify.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/pagecurl.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/pagecurl.fsh -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/pagecurl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/pagecurl.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/pixelate.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/pixelate.fsh -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/pixelate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/pixelate.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/posterize.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/posterize.fsh -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/posterize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/posterize.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/readme.txt -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/ripple.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/ripple.fsh -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/ripple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/ripple.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/sepia.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/sepia.fsh -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/sharpen.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/sharpen.fsh -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/shockwave.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/shockwave.fsh -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/tiltshift.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/tiltshift.fsh -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/toon.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/toon.fsh -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/vignette.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/vignette.fsh -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/warhol.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/warhol.fsh -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/warhol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/warhol.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/wobble.fsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/wobble.fsh -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Effectors/shaders/wobble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Effectors/shaders/wobble.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/FPS.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/FPS.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/FPS.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/FPS.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Button/ColorButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Button/ColorButton.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Button/ColorButton.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Button/ColorButton.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Button/ImageButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Button/ImageButton.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Button/ImageButton.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Button/ImageButton.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Button/ShineButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Button/ShineButton.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Button/ShineButton.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Button/ShineButton.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Button/TestButtons.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Button/TestButtons.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Button/TestButtons.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Button/TestButtons.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Button/TextButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Button/TextButton.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Button/btn_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Button/btn_blue.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Button/dropwater.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Button/dropwater.wav -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Button/lightRect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Button/lightRect.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Button/lightRectFill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Button/lightRectFill.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Button/lightRound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Button/lightRound.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Button/lightRoundFill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Button/lightRoundFill.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Button/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Button/qt-logo.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/ColorPicker/target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/ColorPicker/target.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/DatePicker/DatePicker.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/DatePicker/DatePicker.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/DatePicker/e2ef186d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/DatePicker/e2ef186d.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Edit/CapsuleEdit.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Edit/CapsuleEdit.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Edit/IPEdit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Edit/IPEdit.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Edit/IPEdit.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Edit/IPEdit.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Edit/IPEdit3.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Edit/IPEdit3.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Edit/TestEdits.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Edit/TestEdits.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/ImageView/_TestImage.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/ImageView/_TestImage.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/ShineText/ShineText.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/ShineText/ShineText.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/ShineText/ShineText.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/ShineText/ShineText.rar -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/ShineText/shineText.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/ShineText/shineText.gif -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Spinner/Spinner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Spinner/Spinner.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Spinner/SpinnerH.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Spinner/SpinnerH.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Spinner/TestSpinner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Spinner/TestSpinner.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Spinner/snap/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Spinner/snap/spinner.gif -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Spinner/snap/spinnerh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Spinner/snap/spinnerh.gif -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Spinner/spinner-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Spinner/spinner-bg.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Spinner/spinnerh-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Spinner/spinnerh-bg.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Switch/Switch.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Switch/Switch.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Switch/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Switch/background.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/Switch/knob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/Switch/knob.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/ios8/Progress.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/ios8/Progress.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/ios8/RoundButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/ios8/RoundButton.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/ios8/RoundGroupButton.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/ios8/RoundGroupButton.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/ios8/Switch.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/ios8/Switch.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/ios8/Switch2.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/ios8/Switch2.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/ios8/readme.txt: -------------------------------------------------------------------------------- 1 | ios8风格控件 -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Forms/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Forms/readme.txt -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Gauges/Dial/content/Dial.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Gauges/Dial/content/Dial.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Gauges/Dial/content/needle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Gauges/Dial/content/needle.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Gauges/Dial/content/quit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Gauges/Dial/content/quit.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Gauges/Dial/dialcontrol.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Gauges/Dial/dialcontrol.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Gauges/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Gauges/readme.txt -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Flipable/FlipableEx.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Flipable/FlipableEx.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/FuzzyPanel/bug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/FuzzyPanel/bug.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/ImageWindow.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/ImageWindow.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Keyboard/Key.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Keyboard/Key.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Keyboard/KeySpecial.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Keyboard/KeySpecial.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/LauncherList/Button.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/LauncherList/Button.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/LauncherList/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/LauncherList/README -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/LauncherList/Slider.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/LauncherList/Slider.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/LauncherList/TabSet.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/LauncherList/TabSet.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/LauncherList/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/LauncherList/qmldir -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/LauncherList/shared.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/LauncherList/shared.qrc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/LockView/LockPoint.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/LockView/LockPoint.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/LockView/LockView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/LockView/LockView.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/LockView/LockView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/LockView/LockView.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/LockView/lockview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/LockView/lockview.gif -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/LogView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/LogView.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/PageView/PageSwiper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/PageView/PageSwiper.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/PageView/PageView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/PageView/PageView.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/PageView/PageView.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/PageView/PageView.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/PageView/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/PageView/qmldir -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Popup/HUD.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Popup/HUD.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Popup/Mask.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Popup/Mask.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Popup/Mask.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Popup/Mask.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Popup/Popup.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Popup/Popup.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Popup/Popup.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Popup/Popup.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Popup/TestHud.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Popup/TestHud.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Popup/TestMask.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Popup/TestMask.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Popup/TestPopup.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Popup/TestPopup.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Popup/images/zoomin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Popup/images/zoomin.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Popup/popup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Popup/popup.gif -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/ProgressBar/main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/ProgressBar/main.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/ScrollBar/ScrollBar.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/ScrollBar/ScrollBar.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Shapes/Cell.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Shapes/Cell.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Shapes/Circular.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Shapes/Circular.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Shapes/Line.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Shapes/Line.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Shapes/PieSlice.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Shapes/PieSlice.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Shapes/Polygram.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Shapes/Polygram.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Shapes/RectangleEx.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Shapes/RectangleEx.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Shapes/Shape.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Shapes/Shape.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Shapes/ShapeBorder.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Shapes/ShapeBorder.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Shapes/Square.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Shapes/Square.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Shapes/TestShapes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Shapes/TestShapes.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Shapes/Trapezoid.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Shapes/Trapezoid.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Shapes/Triangle.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Shapes/Triangle.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Shapes/_Line.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Shapes/_Line.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Shapes/_TestPie.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Shapes/_TestPie.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/SidePanel/SidePanel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/SidePanel/SidePanel.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/SidePanel/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/SidePanel/menu.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/SidePanel/people.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/SidePanel/people.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/SliderView/target.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/SliderView/target.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Tip/CircleTip.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Tip/CircleTip.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Tip/SquareTip.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Tip/SquareTip.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Tip/Tip.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Tip/Tip.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Tip/readme.txt: -------------------------------------------------------------------------------- 1 | 含文本可点击的提示性组件 2 | -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Tooltip/TestToolTip.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Tooltip/TestToolTip.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/Tooltip/ToolTip.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/Tooltip/ToolTip.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/TreeView/TreeView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/TreeView/TreeView.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/TreeView/TreeView.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/TreeView/TreeView.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/TreeView/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/TreeView/arrow.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/TreeView/expander.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/TreeView/expander.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/TreeView/treeview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/TreeView/treeview.gif -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/TreeView/trigle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/Views/TreeView/trigle.png -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/Views/readme.txt: -------------------------------------------------------------------------------- 1 | 本目录放置复杂一点的组合控件(视图) -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/readme.txt -------------------------------------------------------------------------------- /QmlExplorer/Qml/Controls/readme_copy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Controls/readme_copy.txt -------------------------------------------------------------------------------- /QmlExplorer/Qml/Index.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Index.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/TestAjax.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/TestAjax.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/TestArray.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/TestArray.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/TestCommon.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/TestCommon.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/TestDate.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/TestDate.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/TestJs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/TestJs.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/TestJson.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/TestJson.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/TestList.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/TestList.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/TestList.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/TestList.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/TestLoop.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/TestLoop.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/TestNumber.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/TestNumber.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/TestString.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/TestString.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/TestString_Ascii.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/TestString_Ascii.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/_math.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/_math.js -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/ajax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/ajax.js -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/ajax.jsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/ajax.jsc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/array.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/array.js -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/color.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/color.js -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/common.js -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/common.jsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/common.jsc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/date.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/date.js -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/graphy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/graphy.js -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/js.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/js.qrc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/json.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/json.js -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/map.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/map.js -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/math.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/math.js -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/misc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/misc.js -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/qml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/qml.js -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/qml.jsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/qml.jsc -------------------------------------------------------------------------------- /QmlExplorer/Qml/Js/string.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/Js/string.js -------------------------------------------------------------------------------- /QmlExplorer/Qml/QmlEditor.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/QmlEditor.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/QmlEditor.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/QmlEditor.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Qml/QmlExplorer.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/QmlExplorer.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/QmlExplorer.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/QmlExplorer.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Qml/QmlExplorerMobile.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/QmlExplorerMobile.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/QmlExplorerMobile.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/QmlExplorerMobile.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Qml/QmlInsighter.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/QmlInsighter.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/QmlInsighter.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/QmlInsighter.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Qml/QmlViewer.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/QmlViewer.qml -------------------------------------------------------------------------------- /QmlExplorer/Qml/QmlViewer.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/QmlViewer.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Qml/qml.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/qml.qrc -------------------------------------------------------------------------------- /QmlExplorer/Qml/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Qml/readme.txt -------------------------------------------------------------------------------- /QmlExplorer/QmlExplorer.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/QmlExplorer.pro -------------------------------------------------------------------------------- /QmlExplorer/QmlExtension/Highlighter/QMLHighlighter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/QmlExtension/Highlighter/QMLHighlighter.h -------------------------------------------------------------------------------- /QmlExplorer/QmlExtension/_TestModel_CppRegist.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/QmlExtension/_TestModel_CppRegist.qml -------------------------------------------------------------------------------- /QmlExplorer/QmlExtension/winmessage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/QmlExtension/winmessage.cpp -------------------------------------------------------------------------------- /QmlExplorer/QmlExtension/winmessage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/QmlExtension/winmessage.h -------------------------------------------------------------------------------- /QmlExplorer/Test/Box2D/_TestBox2D.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Box2D/_TestBox2D.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Bug/TestScreen.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Bug/TestScreen.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/DynamicalCreate/Rect1.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/DynamicalCreate/Rect1.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/DynamicalCreate/Rect2.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/DynamicalCreate/Rect2.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/DynamicalCreate/TestLoader.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/DynamicalCreate/TestLoader.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Font/TestFont.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Font/TestFont.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Font/TestFontFamily.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Font/TestFontFamily.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Font/TestFontLoader.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Font/TestFontLoader.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Image/TestImage.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Image/TestImage.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Image/TestImage_Animated.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Image/TestImage_Animated.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Image/TestImage_Border.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Image/TestImage_Border.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Image/TestImage_Png.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Image/TestImage_Png.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Image/apple.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Image/apple.gif -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Image/balls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Image/balls.gif -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Image/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Image/bg.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Image/borderimage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Image/borderimage.jpg -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Image/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Image/loading.gif -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Image/m.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Image/m.gif -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Image/qt58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Image/qt58.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Image/rotation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Image/rotation.gif -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Image/roundMenu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Image/roundMenu.jpg -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Image/sin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Image/sin.gif -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Image/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Image/test.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Singleton/Global.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Singleton/Global.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Singleton/TestGlobal.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Singleton/TestGlobal.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Singleton/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Singleton/qmldir -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Syntax/Dummy.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Syntax/Dummy.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Syntax/Syntax.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Syntax/Syntax.txt -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Syntax/TestBinding.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Syntax/TestBinding.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Syntax/TestConnections.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Syntax/TestConnections.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Syntax/TestJs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Syntax/TestJs.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Syntax/TestProperty.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Syntax/TestProperty.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Syntax/TestProperty.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Syntax/TestProperty.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Syntax/TestSignal.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Syntax/TestSignal.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Thread/TestWorkerScript.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Thread/TestWorkerScript.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Thread/workscript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Thread/workscript.js -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Tool/TestConsole.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Tool/TestConsole.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Tool/TestDate.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Tool/TestDate.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Tool/TestMath.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Tool/TestMath.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Tool/TestQt.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Tool/TestQt.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Tool/TestScreen.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Tool/TestScreen.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Tool/TestTraversal.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Tool/TestTraversal.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/Tool/_TestOpenGLInfo.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/Tool/_TestOpenGLInfo.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Common/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Common/readme.txt -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Animation/MyAnimations/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Animation/MyAnimations/qmldir -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Animation/Sprite/Bear0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Animation/Sprite/Bear0.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Animation/Sprite/Bear1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Animation/Sprite/Bear1.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Animation/Sprite/Bear2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Animation/Sprite/Bear2.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Animation/Sprite/Bear3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Animation/Sprite/Bear3.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Animation/Sprite/BearB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Animation/Sprite/BearB.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Animation/TestAnimation.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Animation/TestAnimation.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Animation/TestAnimator.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Animation/TestAnimator.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Animation/TestBehavior.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Animation/TestBehavior.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Animation/TestState.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Animation/TestState.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Animation/TestStateMachine.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Animation/TestStateMachine.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Animation/images/Bear1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Animation/images/Bear1.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Animation/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Animation/images/bg.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Animation/images/girl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Animation/images/girl.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Animation/images/rocket.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Animation/images/rocket.PNG -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Animation/images/windmill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Animation/images/windmill.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Canvas/TestCanvas.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Canvas/TestCanvas.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Canvas/TestCanvas_Shadow.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Canvas/TestCanvas_Shadow.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Canvas/TestCanvas_ShapePie.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Canvas/TestCanvas_ShapePie.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Canvas/TestCanvas_Spirit.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Canvas/TestCanvas_Spirit.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Canvas/canvas.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Canvas/canvas.js -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Canvas/canvas_math_rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Canvas/canvas_math_rotate.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Canvas/canvas_startAngle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Canvas/canvas_startAngle.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Canvas/tiger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Canvas/tiger.js -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/GraphicalEffect/TestBlend.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/GraphicalEffect/TestBlend.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/GraphicalEffect/Tester.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/GraphicalEffect/Tester.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/GraphicalEffect/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/GraphicalEffect/readme.txt -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Images/babi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Images/babi.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Images/babi2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Images/babi2.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Images/babi3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Images/babi3.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Images/babi4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Images/babi4.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Images/bg.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Images/bird.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Images/bird.jpg -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Images/bug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Images/bug.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Images/butterfly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Images/butterfly.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Images/canvas_composite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Images/canvas_composite.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Images/canvas_composite2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Images/canvas_composite2.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Images/checker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Images/checker.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Images/curf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Images/curf.jpg -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Images/glass_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Images/glass_normal.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Images/logo.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Images/qml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Images/qml.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Images/roundcorner.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Images/roundcorner.PNG -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Images/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Images/tree.jpg -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Images/tulips.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Images/tulips.jpg -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/PageChangeEffect/Effect.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/PageChangeEffect/Effect.js -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/PageChangeEffect/Flipable.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/PageChangeEffect/Flipable.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/PageChangeEffect/Image/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/PageChangeEffect/Image/0.gif -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/PageChangeEffect/Image/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/PageChangeEffect/Image/4.gif -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/PageChangeEffect/Image/Sea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/PageChangeEffect/Image/Sea.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/PageChangeEffect/MoveDown.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/PageChangeEffect/MoveDown.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/PageChangeEffect/MoveRight.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/PageChangeEffect/MoveRight.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/PageChangeEffect/_Rain.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/PageChangeEffect/_Rain.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/PageChangeEffect/_Rose.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/PageChangeEffect/_Rose.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/PageChangeEffect/_Rotation.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/PageChangeEffect/_Rotation.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/PageChangeEffect/_Snow.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/PageChangeEffect/_Snow.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/PageChangeEffect/_Star.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/PageChangeEffect/_Star.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/PageChangeEffect/_Tornado.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/PageChangeEffect/_Tornado.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Particles/Frame/Flame.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Particles/Frame/Flame.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Particles/Frame/TestFlame.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Particles/Frame/TestFlame.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Shader/TestShader.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Shader/TestShader.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Shader/TestShader_Fragment.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Shader/TestShader_Fragment.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Shader/TestShader_Source.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Shader/TestShader_Source.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Shader/TestShader_Vertex.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Shader/TestShader_Vertex.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Shader/_TestShockWave.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Shader/_TestShockWave.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/Shader/_TestToon.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/Shader/_TestToon.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Effect/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Effect/readme.txt -------------------------------------------------------------------------------- /QmlExplorer/Test/KeyMouseTouch/Key/TestKey_Event.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/KeyMouseTouch/Key/TestKey_Event.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/KeyMouseTouch/Key/TestKey_Tab.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/KeyMouseTouch/Key/TestKey_Tab.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/KeyMouseTouch/TestFocus.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/KeyMouseTouch/TestFocus.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/KeyMouseTouch/_TestFocusScope.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/KeyMouseTouch/_TestFocusScope.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Main.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/BluetoothIbeacon/Button.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/BluetoothIbeacon/Button.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/BluetoothIbeacon/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/BluetoothIbeacon/default.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/Camera/TestCamera.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/Camera/TestCamera.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/Camera/TestCamera_Multi.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/Camera/TestCamera_Multi.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/Camera/TestCamera_Multi2.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/Camera/TestCamera_Multi2.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/Camera/TestCamera_Multi3.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/Camera/TestCamera_Multi3.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/Camera/_TestCamera_Video.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/Camera/_TestCamera_Video.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/NFC/NfcFlag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/NFC/NfcFlag.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/NFC/_TestNfc.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/NFC/_TestNfc.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/NFC/cork.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/NFC/cork.jpg -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/NFC/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/NFC/icon.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/NFC/note-yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/NFC/note-yellow.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/NFC/tack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/NFC/tack.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/TestExternalUrl.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/TestExternalUrl.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/TestScreen.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/TestScreen.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/_TestContact.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/_TestContact.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/_TestOrientationSensor.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/_TestOrientationSensor.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/_TestPosition.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/_TestPosition.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/_TestSensors.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/_TestSensors.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Mobile/_TestTorch.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Mobile/_TestTorch.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/MultiDensity/R.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/MultiDensity/R.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/MultiDensity/Res.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/MultiDensity/Res.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/MultiDensity/Res/borderimage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/MultiDensity/Res/borderimage.jpg -------------------------------------------------------------------------------- /QmlExplorer/Test/MultiDensity/Res/btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/MultiDensity/Res/btn.png -------------------------------------------------------------------------------- /QmlExplorer/Test/MultiDensity/Res/bug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/MultiDensity/Res/bug.png -------------------------------------------------------------------------------- /QmlExplorer/Test/MultiDensity/Res/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/MultiDensity/Res/button.png -------------------------------------------------------------------------------- /QmlExplorer/Test/MultiDensity/Res/fitbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/MultiDensity/Res/fitbutton.png -------------------------------------------------------------------------------- /QmlExplorer/Test/MultiDensity/Res/hdpi/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/MultiDensity/Res/hdpi/logo.png -------------------------------------------------------------------------------- /QmlExplorer/Test/MultiDensity/Res/ldpi/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/MultiDensity/Res/ldpi/logo.png -------------------------------------------------------------------------------- /QmlExplorer/Test/MultiDensity/Res/mdpi/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/MultiDensity/Res/mdpi/logo.png -------------------------------------------------------------------------------- /QmlExplorer/Test/MultiDensity/Res/qt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/MultiDensity/Res/qt-logo.png -------------------------------------------------------------------------------- /QmlExplorer/Test/MultiDensity/Res/xhdpi/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/MultiDensity/Res/xhdpi/logo.png -------------------------------------------------------------------------------- /QmlExplorer/Test/MultiDensity/Res/xxhdpi/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/MultiDensity/Res/xxhdpi/logo.png -------------------------------------------------------------------------------- /QmlExplorer/Test/MultiDensity/TestBorderImage.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/MultiDensity/TestBorderImage.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/MultiDensity/TestDensity.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/MultiDensity/TestDensity.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/MultiDensity/TestOrientation.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/MultiDensity/TestOrientation.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/MultiDensity/TestR.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/MultiDensity/TestR.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/MultiDensity/TestScale.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/MultiDensity/TestScale.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/MultiDensity/qmldir: -------------------------------------------------------------------------------- 1 | singleton R R.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Multimedia/TestSound.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Multimedia/TestSound.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Multimedia/TestVideo.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Multimedia/TestVideo.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Multimedia/_TestQtAV.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Multimedia/_TestQtAV.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Network/TestAjax.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Network/TestAjax.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Network/TestAjax_ListView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Network/TestAjax_ListView.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Network/TestAjax_XmlDOM.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Network/TestAjax_XmlDOM.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Network/TestModel_XmlListModel.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Network/TestModel_XmlListModel.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Network/TestWebSocket.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Network/TestWebSocket.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Network/_TestAjax_PostFile.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Network/_TestAjax_PostFile.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Network/_TestEnginio.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Network/_TestEnginio.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Network/data.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Network/data.xml -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/Models/Cube.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/Models/Cube.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/Models/Cube.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/Models/Cube.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/Models/Cylinder.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/Models/Cylinder.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/Models/Item3D.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/Models/Item3D.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/Models/Item3D.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/Models/Item3D.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/Models/Quad.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/Models/Quad.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/Models/Sphere.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/Models/Sphere.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/Models/Teapot.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/Models/Teapot.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/Models/Teapot.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/Models/Teapot.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/Models/cube.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/Models/cube.obj -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/Models/quad.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/Models/quad.obj -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/Models/teapot.bez: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/Models/teapot.bez -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/SceneView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/SceneView.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/SceneView.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/SceneView.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/Test3D_Cube.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/Test3D_Cube.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/Test3D_Elements.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/Test3D_Elements.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/TestEntity.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/TestEntity.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/TestEntity.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/TestEntity.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/TestSceneView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/TestSceneView.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/TestSceneView.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/TestSceneView.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/qtlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/qtlogo.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Qt3D/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Qt3D/readme.txt -------------------------------------------------------------------------------- /QmlExplorer/Test/Splash.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Splash.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Storage/TestLocalStorage.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Storage/TestLocalStorage.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Storage/TestSqlite.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Storage/TestSqlite.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Storage/_TestSetting.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Storage/_TestSetting.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Storage/db.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Storage/db.js -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/StyleBase.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/StyleBase.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/TestStyle.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/TestStyle.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/ios7/Style.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/ios7/Style.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style1/Style.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style1/Style.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style1/bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style1/bubble.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style1/busy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style1/busy.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style1/button-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style1/button-pressed.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style1/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style1/button.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style1/progress-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style1/progress-background.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style1/progress-fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style1/progress-fill.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style1/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style1/shadow.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style1/slider-handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style1/slider-handle.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style1/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style1/tab.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style1/tab_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style1/tab_selected.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style1/textfield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style1/textfield.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style2/Style.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style2/Style.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style2/busy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style2/busy.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style3/Style.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style3/Style.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style4/button_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style4/button_inactive.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style4/button_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style4/button_normal.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style4/button_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style4/button_over.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style4/button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style4/button_pressed.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style4/lineedit_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style4/lineedit_focus.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style4/lineedit_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style4/lineedit_inactive.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/style4/lineedit_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/style4/lineedit_normal.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/styles.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/styles.qrc -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/touch/Style.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/touch/Style.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/touch/bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/touch/bubble.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/touch/busy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/touch/busy.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/touch/button-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/touch/button-pressed.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/touch/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/touch/button.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/touch/images/NOTICE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/touch/images/NOTICE.txt -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/touch/images/tab_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/touch/images/tab_selected.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/touch/images/tabs_standard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/touch/images/tabs_standard.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/touch/images/textinput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/touch/images/textinput.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/touch/images/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/touch/images/toolbar.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/touch/progress-background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/touch/progress-background.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/touch/progress-fill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/touch/progress-fill.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/touch/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/touch/shadow.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/touch/slider-handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/touch/slider-handle.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/touch/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/touch/tab.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/touch/tab_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/touch/tab_selected.png -------------------------------------------------------------------------------- /QmlExplorer/Test/Styles/touch/textfield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/Styles/touch/textfield.png -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestCanlendar.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestCanlendar.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestCanlendar.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestCanlendar.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestColor.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestColor.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestFlickable.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestFlickable.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestFlipable.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestFlipable.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestForm.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestForm.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestFormValidator.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestFormValidator.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestForm_Row.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestForm_Row.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestGradient.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestGradient.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestGradient.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestGradient.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestItem.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestItem.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestItem_Layer.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestItem_Layer.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestItem_ToImage.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestItem_ToImage.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestQtObject.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestQtObject.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestQuickControl2.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestQuickControl2.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestRectangle.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestRectangle.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestRectangle.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestRectangle.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestScrollView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestScrollView.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestSplitView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestSplitView.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestSplitView_WithLayout.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestSplitView_WithLayout.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestSystemPalette.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestSystemPalette.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestTabView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestTabView.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestText.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestText.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestText.qmlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestText.qmlc -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestTimer.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestTimer.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestTimerBug.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestTimerBug.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestTransform.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestTransform.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestTransform_Axis.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestTransform_Axis.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestWeb_WebEngine.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestWeb_WebEngine.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestWeb_WebKit.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestWeb_WebKit.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Basic/TestWeb_WebView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Basic/TestWeb_WebView.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/DataView/GridView/TestGridView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/DataView/GridView/TestGridView.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/DataView/Images/man.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/DataView/Images/man.png -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/DataView/Images/woman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/DataView/Images/woman.png -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/DataView/ListView/ListItem.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/DataView/ListView/ListItem.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/DataView/ListView/TestListView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/DataView/ListView/TestListView.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/DataView/ListView/pics/moreUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/DataView/ListView/pics/moreUp.png -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/DataView/Model/PackageDelegate.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/DataView/Model/PackageDelegate.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/DataView/Model/TestModel_Ajax.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/DataView/Model/TestModel_Ajax.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/DataView/Model/TestModel_CRUD.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/DataView/Model/TestModel_CRUD.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/DataView/PathView/TestPath.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/DataView/PathView/TestPath.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/DataView/PathView/TestPathView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/DataView/PathView/TestPathView.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/DataView/Repeater/TestRepeater.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/DataView/Repeater/TestRepeater.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Layout/TestAnchor.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Layout/TestAnchor.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Layout/TestLayout.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Layout/TestLayout.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Layout/TestPositioner.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Layout/TestPositioner.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Pages/Hyperlink/Link.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Pages/Hyperlink/Link.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Pages/Hyperlink/_TestLink.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Pages/Hyperlink/_TestLink.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Pages/Page1.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Pages/Page1.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Pages/Page2.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Pages/Page2.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Pages/Page3.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Pages/Page3.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Pages/PageRedirect/Page.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Pages/PageRedirect/Page.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Pages/PageRedirect/Page1.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Pages/PageRedirect/Page1.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Pages/PageRedirect/Page2.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Pages/PageRedirect/Page2.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Pages/PageView/TestPageView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Pages/PageView/TestPageView.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Pages/StackView/Images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Pages/StackView/Images/2.png -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Pages/StackView/Images/toolbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Pages/StackView/Images/toolbar.png -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Pages/StackView/TestStackView.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Pages/StackView/TestStackView.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Pages/TabView/TabPage.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Pages/TabView/TabPage.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Pages/TabView/TestTabPage.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Pages/TabView/TestTabPage.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Pages/TabView/tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Pages/TabView/tab.png -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/Pages/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/Pages/readme.txt -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/TestPopup.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/TestPopup.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/WindowDialog/TestDialog.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/WindowDialog/TestDialog.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/WindowDialog/TestDialog_System.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/WindowDialog/TestDialog_System.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/WindowDialog/TestWindow.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/WindowDialog/TestWindow.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/WindowDialog/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/WindowDialog/close.png -------------------------------------------------------------------------------- /QmlExplorer/Test/UI/WindowDialog/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UI/WindowDialog/folder.png -------------------------------------------------------------------------------- /QmlExplorer/Test/UnitTest/_TestCase.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/UnitTest/_TestCase.qml -------------------------------------------------------------------------------- /QmlExplorer/Test/readme.txt: -------------------------------------------------------------------------------- 1 | 测试及例程代码放在此目录 2 | -------------------------------------------------------------------------------- /QmlExplorer/Test/test.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/Test/test.qrc -------------------------------------------------------------------------------- /QmlExplorer/android/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/android/AndroidManifest.xml -------------------------------------------------------------------------------- /QmlExplorer/android/res/drawable-hdpi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/android/res/drawable-hdpi/icon.png -------------------------------------------------------------------------------- /QmlExplorer/android/res/drawable-ldpi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/android/res/drawable-ldpi/icon.png -------------------------------------------------------------------------------- /QmlExplorer/android/res/drawable-mdpi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/android/res/drawable-mdpi/icon.png -------------------------------------------------------------------------------- /QmlExplorer/deployment.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/deployment.pri -------------------------------------------------------------------------------- /QmlExplorer/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/main.cpp -------------------------------------------------------------------------------- /QmlExplorer/mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/mainwindow.h -------------------------------------------------------------------------------- /QmlExplorer/task.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorer/task.txt -------------------------------------------------------------------------------- /QmlExplorerExtension/MainWindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/MainWindow.cpp -------------------------------------------------------------------------------- /QmlExplorerExtension/MaskedMouseArea/images/moon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/MaskedMouseArea/images/moon.png -------------------------------------------------------------------------------- /QmlExplorerExtension/MaskedMouseArea/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/MaskedMouseArea/main.cpp -------------------------------------------------------------------------------- /QmlExplorerExtension/MaskedMouseArea/maskedmousearea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/MaskedMouseArea/maskedmousearea.h -------------------------------------------------------------------------------- /QmlExplorerExtension/PaintedItem/painteditem.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/PaintedItem/painteditem.pro -------------------------------------------------------------------------------- /QmlExplorerExtension/PaintedItem/painteditem.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/PaintedItem/painteditem.qrc -------------------------------------------------------------------------------- /QmlExplorerExtension/PaintedItem/textballoon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/PaintedItem/textballoon.cpp -------------------------------------------------------------------------------- /QmlExplorerExtension/PaintedItem/textballoon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/PaintedItem/textballoon.h -------------------------------------------------------------------------------- /QmlExplorerExtension/PaintedItem/textballoons.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/PaintedItem/textballoons.qml -------------------------------------------------------------------------------- /QmlExplorerExtension/QExplorerExtension.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/QExplorerExtension.pro -------------------------------------------------------------------------------- /QmlExplorerExtension/Task.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/Task.txt -------------------------------------------------------------------------------- /QmlExplorerExtension/deployment.pri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/deployment.pri -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/QuickWidgetButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/QuickWidgetButton.cpp -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/TestCallQml.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/TestCallQml.qml -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/TestGrediente.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/TestGrediente.qml -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/TestImageProcessor.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/TestImageProcessor.qml -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/TestPieChart.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/TestPieChart.qml -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/_TestClipboard.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/_TestClipboard.qml -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/_TestDragWindow.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/_TestDragWindow.qml -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/_TestFileIO.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/_TestFileIO.qml -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/fileio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/fileio.cpp -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/filereader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/filereader.cpp -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/filereader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/filereader.h -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/gradiente.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/gradiente.cpp -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/gradiente.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/gradiente.h -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/gradientex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/gradientex.cpp -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/gradientex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/gradientex.h -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/imageProcessor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/imageProcessor.cpp -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/imageProcessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/imageProcessor.h -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/myellipse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/myellipse.cpp -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/piechart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/piechart.cpp -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/piechart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/piechart.h -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/qmldir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/qmldir -------------------------------------------------------------------------------- /QmlExplorerExtension/extension/utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/extension/utils.cpp -------------------------------------------------------------------------------- /QmlExplorerExtension/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/main.cpp -------------------------------------------------------------------------------- /QmlExplorerExtension/main.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/main.qml -------------------------------------------------------------------------------- /QmlExplorerExtension/qml.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/QmlExplorerExtension/qml.qrc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/surfsky/QmlExplorer/HEAD/README.md --------------------------------------------------------------------------------