While reading about the woodworking tools I need, I was happy to find out I have the majority.
If I do this, it will involve just about everything I know and love - my dad, engineering, geometry, woodworking, art, fishing, the bay, the outdoors and riding waves.
If, that's a big if, - if I do this, I can already see Mickey and Kovi in the boat excited as ever. My dad too :-) And me alone as well :D
I think my first step will be to level the garage floor and make a plywood floor for "lofting" the boat.
The other morning I woke up thinking of names, hmmm what were they???:
- Spoonbill I
- She Floats
Not even 5:00am. Dang. Time to work. Let's see, where was I?
QModelIndex ModelIndexMapper::_proxy_index(
const QAbstractProxyModel& proxy_model,
const QModelIndex& root_idx) const
{
Q_ASSERT(root_idx.isValid());
const QAbstractProxyModel* model =
dynamic_cast
(root_idx.model());
Q_ASSERT(!model);
QList
QModelIndex proxy_idx = root_idx;
for (int ii = 1; ii < chain.length(); ii++ ) {
const QAbstractProxyModel* proxy_model =
dynamic_cast
proxy_idx = proxy_model->mapFromSource(proxy_idx);
}
return proxy_idx;
}
Oh yeah... duuuuhannng...
No comments:
Post a Comment