Skip to content
View Mr17MG's full-sized avatar
😎
Learning
😎
Learning

Block or report Mr17MG

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Mr17MG/README.md

Hello World!, I'm Mohammad

Gitlab

Qt/QML Developer, C++ And PHP Programmer

My favorite projects




Languages and Tools


Qt CPlusPlus css3 PHP Javascript MySQL
Git Gitlab Linux Docker Github Jenkins Apache
Slack Jira Bitbucket Trello Confluence





Pinned Loading

  1. Memorito Memorito Public archive

    A cross-platform task and time management application based on GTD method.

    QML 6

  2. MyTechnicalTestsForCompanies MyTechnicalTestsForCompanies Public

    This repository contains all projects that I did for some companies as technical test

    QML

  3. QDatePicker QDatePicker Public

    Simple QML date picker.

    QML 12 5

  4. lightdm-webkit-sequoia lightdm-webkit-sequoia Public

    Forked from naueramant/lightdm-webkit-sequoia

    A simple and elegant lightdm-webkit2-greeter

    JavaScript 1

  5. How to detect windows theme in qt? How to detect windows theme in qt?
    1
    #include <QGuiApplication>
    2
    #include <QSettings>
    3
    
                  
    4
    int main(int argc, char *argv[])
    5
    {
  6. How to add QSplashScreen to a QML a... How to add QSplashScreen to a QML application
    1
    
                  
    2
    # in CMAKE:
    3
    find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Quick Widgets REQUIRED)
    4
    
                  
    5
    target_link_libraries(${PROJECT_NAME} PRIVATE