Skip to content

Instantly share code, notes, and snippets.

View henriquespedro's full-sized avatar

Pedro Henriques henriquespedro

View GitHub Profile
@henriquespedro
henriquespedro / index.html
Created October 16, 2019 10:17 — forked from taviroquai/index.html
Office 2013 style with bootstrap 3 (demo)
<nav class="navbar navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#column-wrapper" aria-expanded="false" aria-controls="column-wrapper">
Menu
</button>
<form class="navbar-form form-inline main-search hidden-lg hidden-md hidden-sm"
action="" method="post">
<input type="hidden" name="_token" value="">
<div class="input-group">
# coding=utf-8
# A simple demonstration of to generate a PDF using a QGIS project
# and a QGIS layout template.
#
# This code is public domain, use if for any purpose you see fit.
# Tim Sutton 2015
import sys
from qgis.core import (

jQuery / Twitter Bootstrap List Tree Plugin

Demo: http://jsfiddle.net/clayzermk1/QD8Hs/

Overview

I needed a simple plugin to build a two-tier collapsible list with checkboxes. I wanted it to fit well with Twitter's Bootstrap. I couldn't find one that was simple enough. I hope you enjoy =) Feel free to send feedback.