Skip to content
View karlmoad's full-sized avatar
Block or Report

Block or report karlmoad

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

Pinned Loading

  1. CLion Qt C++ UI Class Template CLion Qt C++ UI Class Template
    1
    #parse("C File Header.h")
    2
    #[[#include]]# "${NAME}.h"
    3
    #[[#include]]# "ui_${NAME}.h"
    4
    
    
    5
    ${NAME}::${NAME}(QWidget *parent): QWidget(parent)
  2. CLion Qt C++ UI Class Header Template CLion Qt C++ UI Class Header Template
    1
    #parse("C File Header.h")
    2
    #[[#ifndef]]# ${PROJECT_NAME.toUpperCase()}_${NAME.toUpperCase()}_H
    3
    #[[#define]]# ${PROJECT_NAME.toUpperCase()}_${NAME.toUpperCase()}_H
    4
    
    
    5
    #[[#include]]# <QtWidgets>
  3. BluetoothTools BluetoothTools Public

    C++

  4. QtExperimentation QtExperimentation Public

    Project to test and experiment with Qt functionality and methods outside of larger projects

    C++