<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sizzls</title>
	<atom:link href="http://sizzls.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sizzls.com</link>
	<description>Whatever Sizzls</description>
	<lastBuildDate>Fri, 05 Feb 2016 06:56:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.4.2</generator>
	<item>
		<title>OS X El Capitan bootable ISO tested in Virtual Box</title>
		<link>http://sizzls.com/mac-os-x/os-x-el-capitan-bootable-iso-tested-in-virtual-box/</link>
		<comments>http://sizzls.com/mac-os-x/os-x-el-capitan-bootable-iso-tested-in-virtual-box/#respond</comments>
		<pubDate>Fri, 04 Dec 2015 06:35:35 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://sizzls.com/?p=364</guid>
		<description><![CDATA[Using Virtual Box to test software in different flavor of OS X has been a time saver for me. The main Mac OS has been updated to El Capitan, with our further ado, I tested installed El Capitan in Virtual Box. Step 1, Get the latest Virtual Box Download from this link. https://www.virtualbox.org/wiki/Downloads Double click the dmg file and follow the instruction. This step is <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://sizzls.com/mac-os-x/os-x-el-capitan-bootable-iso-tested-in-virtual-box/" class="more-link"><span>Read More &#8594;</span></a></span>]]></description>
				<content:encoded><![CDATA[<p>Using Virtual Box to test software in different flavor of OS X has been a time saver for me. The main Mac OS has been updated to El Capitan, with our further ado, I tested installed El Capitan in Virtual Box.</p>
<p><strong>Step 1, Get the latest Virtual Box</strong><br />
Download from this link. <a href="https://www.virtualbox.org/wiki/Downloads">https://www.virtualbox.org/wiki/Downloads</a><br />
Double click the dmg file and follow the instruction. This step is pretty easy.</p>
<p><strong>Step 2, download Mac OS app</strong></p>
<li>In App store, find Mac OS software. Hold down Options, click Purchase icon at the top of the page.</li>
<li>If it starts downloading, great. Go get a cup of coffee and come back.</li>
<li>When done, open a console, and go to /Applications and find &#8220;Install OS X El Capitan&#8221;.</li>
<li>Go into &#8220;Contents/ShareSupport&#8221; folder, find this file &#8220;InstallESD.dmg&#8221;. This is the most important file in installing.</li>
<p><strong> Step 3, Convert InstallESD.dmg into an ISO image file </strong></p>
<p>I copied InstallESD.dmg into my desktop. Open a terminal and cd into Desktop.<br />
<code><br />
# Mount the installer image<br />
hdiutil attach InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app</p>
<p># create the sparse bundle<br />
hdiutil create -o /tmp/ElCapitan -size 8G -layout SPUD -fs HFS+J -type SPARSE</p>
<p># Mount the sparse bundle for package addition<br />
hdiutil attach /tmp/ElCapitan.sparseimage -noverify -nobrowse -mountpoint /Volumes/install_build</p>
<p># Restore the base system into future DVD image<br />
asr restore -source /Volumes/install_app/BaseSystem.dmg -target /Volumes/install_build -noprompt -noverify -erase</p>
<p># Remount the sparse bundle, more comfortable working with simple name<br />
cd /Volumes/<br />
ln -s OS\ X\ Base\ System/ install_build</p>
<p># Remove Package link and replace with actual files<br />
rm /Volumes/install_build/System/Installation/Packages<br />
cp -rp /Volumes/install_app/Packages /Volumes/install_build/System/Installation/</p>
<p># Added some more files to prevent "Undefined Error 0"<br />
cp -rp /Volumes/install_app/BaseSystem.* /Volumes/install_build/<br />
cp -rp /Volumes/install_app/AppleDiagnostics.* /Volumes/install_build/</p>
<p># Unmount the installer image<br />
hdiutil detach /Volumes/install_app</p>
<p># Unmount the sparse bundle<br />
hdiutil detach /Volumes/install_build<br />
rm /Volumes/install_build</p>
<p># Resize the partition to remove any free space<br />
hdiutil resize -size `hdiutil resize -limits /tmp/ElCapitan.sparseimage | tail -n 1 | awk '{ print $1 }'`b /tmp/ElCapitan.sparseimage</p>
<p># Convert the sparse bundle to ISO DVD CD<br />
hdiutil convert /tmp/# Resize the partition in the sparse bundle to remove any free space -format UDTO -o /tmp/ElCapitan</p>
<p># Rename the ISO and move it to Desktop<br />
mv /tmp/ElCapitan.cdr ~/Desktop/ElCapitan.iso</p>
<p></code></p>
<p><strong>Step 4, create the VM in virtual box, then install with ISO</strong></p>
<li>In Virtual Box, create a new instance of Mac Os X</li>
<li>The Chipset type have to be changed to PIIX3, maybe my machine only.</li>
<p><a href="http://sizzls.com/wp-content/uploads/2016/02/Vbox-El-Capitan-Instance-Setting.png" rel="attachment wp-att-366"><img src="http://sizzls.com/wp-content/uploads/2016/02/Vbox-El-Capitan-Instance-Setting.png" alt="Vbox El Capitan Instance Setting" width="655" height="495" class="alignnone size-full wp-image-366" /></a></p>
<li> Mount the iso as DVD drive. All other settings use default.</li>
<li> Use Disk Utilities to create a Mac disk from box file.</li>
<p><a href="http://sizzls.com/wp-content/uploads/2016/02/Create-VBox-Disk.png" rel="attachment wp-att-367"><img src="http://sizzls.com/wp-content/uploads/2016/02/Create-VBox-Disk.png" alt="Create VBox Disk" width="830" height="441" class="alignnone size-full wp-image-367" /></a></p>
<li>When the instance is started, you should see this screen shot.</li>
<p><a href="http://sizzls.com/wp-content/uploads/2016/02/Install-Into-Vbox-Disk.png" rel="attachment wp-att-368"><img src="http://sizzls.com/wp-content/uploads/2016/02/Install-Into-Vbox-Disk.png" alt="Install Into Vbox Disk" width="300" height="238" class="alignnone size-medium wp-image-368" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://sizzls.com/mac-os-x/os-x-el-capitan-bootable-iso-tested-in-virtual-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yosemite in Yosemite with Virtual Box &#8212;  how to make a bootable Yosemite iso</title>
		<link>http://sizzls.com/mac-os-x/yosemite-in-yosemite-with-virtual-box/</link>
		<pubDate>Wed, 19 Nov 2014 05:55:56 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[whatever]]></category>
		<category><![CDATA[Mac Yosemite]]></category>
		<category><![CDATA[Virtual Box]]></category>

		<guid isPermaLink="false">http://www.sizzls.com/?p=316</guid>
		<description><![CDATA[The original &#8220;Mac OS in Mac OS with Virtual Box&#8221; was from Mavericks era. I also tried installing Yosemite in a Yosemite environment. Most in the original post still applies, just there are two more files needs to be copied. They are BaseSystem.checklist and BaseSystem.dmg. Without further ado. This is updated step 3. # Mount the installer image hdiutil attach InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://sizzls.com/mac-os-x/yosemite-in-yosemite-with-virtual-box/" class="more-link"><span>Read More &#8594;</span></a></span>]]></description>
				<content:encoded><![CDATA[<p>The original &#8220;<a href="http://sizzls.com/mac-os-x/mac-os-in-mac-os-with-virtual-box/">Mac OS in Mac OS with Virtual Box&#8221;</a> was from Mavericks era. I also tried installing Yosemite in a Yosemite environment. Most in the original post still applies, just there are two more files needs to be copied. They are BaseSystem.checklist and BaseSystem.dmg. Without further ado. This is updated step 3.<br />
<code><br />
# Mount the installer image<br />
hdiutil attach InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app</p>
<p># Convert the boot image to a sparse bundle<br />
hdiutil convert /Volumes/install_app/BaseSystem.dmg -format UDSP -o /tmp/Yosemite</p>
<p># Increase the sparse bundle capacity to accommodate the packages<br />
hdiutil resize -size 8g /tmp/Yosemite.sparseimage</p>
<p># Mount the sparse bundle for package addition<br />
hdiutil attach /tmp/Yosemite.sparseimage -noverify -nobrowse -mountpoint /Volumes/install_build</p>
<p># Remove Package link and replace with actual files<br />
rm /Volumes/install_build/System/Installation/Packages<br />
cp -rp /Volumes/install_app/Packages /Volumes/install_build/System/Installation/<br />
cp -rp /Volumes/install_app/BaseSystem.* /Volumes/install_build/</p>
<p># Unmount the installer image<br />
hdiutil detach /Volumes/install_app</p>
<p># Unmount the sparse bundle<br />
hdiutil detach /Volumes/install_build</p>
<p># Resize the partition in the sparse bundle to remove any free space<br />
hdiutil resize -size `hdiutil resize -limits /tmp/Yosemite.sparseimage | tail -n 1 | awk '{ print $1 }'`b /tmp/Yosemite.sparseimage</p>
<p># Convert the sparse bundle to ISO/CD master<br />
hdiutil convert /tmp/Yosemite.sparseimage -format UDTO -o /tmp/Yosemite</p>
<p># Remove the sparse bundle<br />
rm /tmp/Yosemite.sparseimage</p>
<p># Rename the ISO and move it to the desktop<br />
mv /tmp/Yosemite.cdr ~/Desktop/Yosemite.iso<br />
</code></p>
]]></content:encoded>
			</item>
		<item>
		<title>Mac OS (Maverick) in Mac OS X with Virtual Box</title>
		<link>http://sizzls.com/mac-os-x/mac-os-in-mac-os-with-virtual-box/</link>
		<comments>http://sizzls.com/mac-os-x/mac-os-in-mac-os-with-virtual-box/#comments</comments>
		<pubDate>Mon, 05 May 2014 05:02:40 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Virtual Box]]></category>

		<guid isPermaLink="false">http://www.sizzls.com/?p=294</guid>
		<description><![CDATA[I recently installed a virtual Mac OS in my Mac OS using Virtual Box. The reason being I want to keep my main Mac OS clean, at the same time, I am testing two versions of Qt (4 and 5). The whole installing process is not straight forward. I wrote it down, hoped can be useful. Step 1, install Virtual Box in Mac OS Download <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://sizzls.com/mac-os-x/mac-os-in-mac-os-with-virtual-box/" class="more-link"><span>Read More &#8594;</span></a></span>]]></description>
				<content:encoded><![CDATA[<p>I recently installed a virtual Mac OS in my Mac OS using Virtual Box.  The reason being I want to keep my main Mac OS clean, at the same time, I am testing two versions of Qt (4 and 5). The whole installing process is not straight forward. I wrote it down, hoped can be useful.</p>
<p><strong>Step 1, install Virtual Box in Mac OS</strong><br />
Download from this link. <a href="https://www.virtualbox.org/wiki/Downloads">https://www.virtualbox.org/wiki/Downloads</a><br />
Double click the dmg file and follow the instruction. This step is pretty easy.</p>
<p><strong>Step 2, download Mac OS app</strong></p>
<li>In App store, find Mac OS software. Hold down Options, click Purchase icon at the top of the page.</li>
<li>If it starts downloading, great. Wait about 3 to 5 hours.</li>
<li>When done, open a console, and go to /Applications and find &#8220;Install OS X Mavericks&#8221;.</li>
<li>Go into &#8220;Contents/ShareSupport&#8221; folder, find this file &#8220;InstallESD.dmg&#8221;. This is the most important file in installing. However, it is still missing some pieces.</li>
<p><span id="more-294"></span><br />
<strong>Step 3, Convert InstallESD.dmg into an ISO image file </strong><br />
The following script is taken from<a href="http://forums.appleinsider.com/t/159955/howto-create-bootable-mavericks-iso"> this link</a>. I made a directory in my desktop, then copy InstallESD.dmg into this directory. In this directory, executed the following script.<br />
<code><br />
# Mount the installer image<br />
hdiutil attach InstallESD.dmg -noverify -nobrowse -mountpoint /Volumes/install_app</p>
<p># Convert the boot image to a sparse bundle<br />
hdiutil convert /Volumes/install_app/BaseSystem.dmg -format UDSP -o /tmp/Mavericks</p>
<p># Increase the sparse bundle capacity to accommodate the packages<br />
hdiutil resize -size 8g /tmp/Mavericks.sparseimage</p>
<p># Mount the sparse bundle for package addition<br />
hdiutil attach /tmp/Mavericks.sparseimage -noverify -nobrowse -mountpoint /Volumes/install_build</p>
<p># Remove Package link and replace with actual files<br />
rm /Volumes/install_build/System/Installation/Packages<br />
cp -rp /Volumes/install_app/Packages /Volumes/install_build/System/Installation/</p>
<p># Unmount the installer image<br />
hdiutil detach /Volumes/install_app</p>
<p># Unmount the sparse bundle<br />
hdiutil detach /Volumes/install_build</p>
<p># Resize the partition in the sparse bundle to remove any free space<br />
hdiutil resize -size `hdiutil resize -limits /tmp/Mavericks.sparseimage | tail -n 1 | awk '{ print $1 }'`b /tmp/Mavericks.sparseimage</p>
<p># Convert the sparse bundle to ISO/CD master<br />
hdiutil convert /tmp/Mavericks.sparseimage -format UDTO -o /tmp/Mavericks</p>
<p># Remove the sparse bundle<br />
rm /tmp/Mavericks.sparseimage</p>
<p># Rename the ISO and move it to the desktop<br />
mv /tmp/Mavericks.cdr ~/Desktop/Mavericks.iso<br />
</code></p>
<p><strong>Step 4, create the VM in virtual box, then install with ISO</strong></p>
<li>In Virtual Box, create a new instance of Mac Os X, mount the iso as DVD drive. All other settings use default.</li>
<div id="attachment_305" style="width: 310px" class="wp-caption alignnone"><a href="http://www.sizzls.com/wp-content/uploads/2014/05/virtualbox.png"><img src="http://www.sizzls.com/wp-content/uploads/2014/05/virtualbox-300x247.png" alt="Mount iso image to virtual box" title="virtualbox" width="300" height="247" class="size-medium wp-image-305" /></a><p class="wp-caption-text">Mount iso image to virtual box</p></div>
<li>When the instance is started, you should see this screen shot..</li>
<p><a href="http://www.sizzls.com/wp-content/uploads/2014/05/installing.png"><img src="http://www.sizzls.com/wp-content/uploads/2014/05/installing-300x234.png" alt="" title="installing OS X in Virtual Box In Mac OS X" width="300" height="234" class="alignnone size-medium wp-image-306" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://sizzls.com/mac-os-x/mac-os-in-mac-os-with-virtual-box/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Buy designer item cheap price myHabit.com</title>
		<link>http://sizzls.com/whatever/buy-designer-item-cheap-price-myhabitcom/</link>
		<pubDate>Sat, 12 Oct 2013 04:19:03 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[whatever]]></category>

		<guid isPermaLink="false">http://www.sizzls.com/?p=277</guid>
		<description><![CDATA[I bought this lamp from myHabit.com. It is designed by Jason Scott. Their website is very hip. I really like it. If you have Amazon account, you don&#8217;t even have to register. It works already.]]></description>
				<content:encoded><![CDATA[<p>I bought this lamp from <a href="/bounce/bounce.php?m=myhabit">myHabit.com</a>. It is designed by Jason Scott.</p>
<div id="attachment_276" style="width: 233px" class="wp-caption alignnone"><a href="http://www.sizzls.com/wp-content/uploads/2014/02/lamp_designer.jpg"><img src="http://www.sizzls.com/wp-content/uploads/2014/02/lamp_designer-223x300.jpg" alt="beautiful" title="lamp_designer" width="223" height="300" class="size-medium wp-image-276" /></a><p class="wp-caption-text">beautiful</p></div>
<p>Their website is very hip. I really like it. If you have Amazon account, you don&#8217;t even have to register. It works already.</p>
]]></content:encoded>
			</item>
		<item>
		<title>Complaints against Coinbase</title>
		<link>http://sizzls.com/bitcoin/complaints-against-coinbase/</link>
		<comments>http://sizzls.com/bitcoin/complaints-against-coinbase/#comments</comments>
		<pubDate>Mon, 16 Sep 2013 07:00:37 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[bitcoin]]></category>
		<category><![CDATA[Buy Bitcoin]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://www.sizzls.com/?p=262</guid>
		<description><![CDATA[After using coinbase bought a few bitcoins. I do have some complain against Coinbase. Price is not transparent enough. I mean, Coinbase is not an exchange and not disclosing where they buy bitcoins on behalf of the customers. Coinbase is charging a hefty fee (1%). Most exchange charges half of that. Many folks suspect Coinbase is marking up the price, on top of the fee. <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://sizzls.com/bitcoin/complaints-against-coinbase/" class="more-link"><span>Read More &#8594;</span></a></span>]]></description>
				<content:encoded><![CDATA[<p>After using coinbase bought a few bitcoins. I do have some complain against Coinbase.</p>
<ul> Price is not transparent enough. I mean, Coinbase is not an exchange and not disclosing where they buy bitcoins on behalf of the customers. </ul>
<ul> Coinbase is charging a hefty fee (1%). Most exchange charges half of that. Many folks suspect Coinbase is marking up the price, on top of the fee. </ul>
<ul> It is very slow. From placing your order, to bitcoin actually showing up in your account, it may take 4 to 5 business days.</ul>
<ul>This happened to some folks, but not me. When you buy bitcoin at a temporary price spike to low. Coinbase may can your order. For example, if you buy at $160, next few days price rocket to $300. You may receive an email from Coinbase, order did not go through because they think you are high risk. </ul>
<p>But anyway, Coinbase save you from wiring money. If you still like Coinbase, feel free use my referral link.</p>
]]></content:encoded>
			<wfw:commentRss>http://sizzls.com/bitcoin/complaints-against-coinbase/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>howto: coinbase with Google Authenticator</title>
		<link>http://sizzls.com/bitcoin/howto-coinbase-with-google-authenticator/</link>
		<pubDate>Sun, 21 Jul 2013 05:01:16 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[bitcoin]]></category>
		<category><![CDATA[whatever]]></category>
		<category><![CDATA[coinbase]]></category>

		<guid isPermaLink="false">http://www.sizzls.com/?p=243</guid>
		<description><![CDATA[This is a quick guide how to turn on Google Authenticor in Coinbase account. In a computer, login and click &#8220;Account Setting&#8221; and come to Phone Numbers section. You can choose between SMS message or a phone call, either way, you will received a number. In the number is correctly entered, you will see a bar code. Open Google Authenticator in your phone, click &#8220;+&#8221;, <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://sizzls.com/bitcoin/howto-coinbase-with-google-authenticator/" class="more-link"><span>Read More &#8594;</span></a></span>]]></description>
				<content:encoded><![CDATA[<p>This is a quick guide how to turn on Google Authenticor in <a href="/bounce/bounce.php?m=www.coinbase.com">Coinbase </a>account.<br />
</p>
<li> In a computer, login and click &#8220;Account Setting&#8221; and come to Phone Numbers section.<br />
<a href="http://www.sizzls.com/wp-content/uploads/2014/01/coinbase1.png"><img src="http://www.sizzls.com/wp-content/uploads/2014/01/coinbase1-300x166.png" alt="" title="coinbase1" width="450" height="250" class="alignnone size-medium wp-image-244" /></a></p>
<li> You can choose between SMS message or a phone call, either way, you will received a number.
<li> In the number is correctly entered, you will see a bar code.
<li> Open Google Authenticator in your phone, click &#8220;+&#8221;, Choose &#8220;scan barcode&#8221;, then point your phone against the computer screen. Your phone will pick up the code.
<li> Now in your phone, try to login to Coinbase account with new code. If you get a screen shot like below, then you open Authenticator app, and copy the code over and paste into the blank. Now you successfully did it.<br />
<div id="attachment_253" style="width: 184px" class="wp-caption alignnone"><a href="http://www.sizzls.com/wp-content/uploads/2014/01/coinbase2.png"><img src="http://www.sizzls.com/wp-content/uploads/2014/01/coinbase2-174x300.png" alt="coinbase with Google authenticator" title="coinbase2" width="290" height="500" class="size-medium wp-image-253" /></a><p class="wp-caption-text">coinbase</p></div></p>
]]></content:encoded>
			</item>
		<item>
		<title>coinbase review</title>
		<link>http://sizzls.com/bitcoin/coinbase-review/</link>
		<pubDate>Thu, 20 Jun 2013 04:55:25 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[bitcoin]]></category>
		<category><![CDATA[Buy Bitcoin]]></category>

		<guid isPermaLink="false">http://www.sizzls.com/?p=233</guid>
		<description><![CDATA[This is honest description of my experience with Coinbase. I do agree that Coinbase is the Paypal of bitcoin. Very easy to use, very user friendly. I signed up on coinbase.com, enter my email address and password. I received an email asking to click a link in the email. I did just that and back into their web site. I proceeded to enter my personal <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://sizzls.com/bitcoin/coinbase-review/" class="more-link"><span>Read More &#8594;</span></a></span>]]></description>
				<content:encoded><![CDATA[<p>This is honest description of my experience with <a href="/bounce/bounce.php?m=www.coinbase.com">Coinbase</a>. I do agree that Coinbase is the Paypal of bitcoin. Very easy to use, very user friendly.<br />
<br />
I signed up on coinbase.com, enter my email address and password. I received an email asking to click a link in the email. I did just that and back into their web site. I proceeded to enter my personal stuff, including my Bank of America information. In about two days, two small amounts showing up in my bank, then I came back to their site, entered the amounts. This is all standard practice, nothing strange and takes about 2 to 4 days.<br />
<br />
I was able to place a new order after getting verified. I got the current price (maybe coming from bitstamp, this is completely my guess), no limit order. I have wait a few days before bitcoins showing up in my account.<br /></p>
]]></content:encoded>
			</item>
		<item>
		<title>In Qt, how to display button or spinbox in combobox?</title>
		<link>http://sizzls.com/qt4/in-qt-how-to-display-button-or-spinbox-in-combobox/</link>
		<pubDate>Wed, 20 Feb 2013 05:16:35 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[qt4]]></category>
		<category><![CDATA[whatever]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[qt]]></category>

		<guid isPermaLink="false">http://www.sizzls.com/?p=216</guid>
		<description><![CDATA[Qt is undoubtedly very flexible. Someone asked me can we display a button in combo box. I said yes. Since there is listview inside Combo box. I quickly create the demo project. Checked out following code snippet and its screen shot: //delegating this combobox QAbstractItemView * v = ui.comboBox->view(); QAbstractItemModel * m = ui.comboBox->model(); comboDelegate * d = new comboDelegate(this); Now the delegate is created/drawn <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://sizzls.com/qt4/in-qt-how-to-display-button-or-spinbox-in-combobox/" class="more-link"><span>Read More &#8594;</span></a></span>]]></description>
				<content:encoded><![CDATA[<p>Qt is undoubtedly very flexible. Someone asked me can we display a button in combo box. I said yes. Since there is listview inside Combo box. I quickly create the <a href="http://www.sizzls.com/incoming/delegatedcombo.zip">demo project</a>. Checked out following code snippet and its screen shot:</p>
<p><code><br />
    //delegating this combobox<br />
    QAbstractItemView * v = ui.comboBox->view();<br />
    QAbstractItemModel * m = ui.comboBox->model();<br />
    comboDelegate * d = new comboDelegate(this);<br />
</code></p>
<p><a href="http://www.sizzls.com/wp-content/uploads/2014/01/screenshot.png"><img src="http://www.sizzls.com/wp-content/uploads/2014/01/screenshot-300x222.png" alt="" title="Qt combobox display a button and a spinbox" width="300" height="222" class="alignnone size-medium wp-image-218" /></a></p>
<p>Now the delegate is created/drawn like this,<br />
<code><br />
QWidget *comboDelegate::createEditor(QWidget *parent) const<br />
{<br />
    switch(index.row())<br />
    {<br />
    case 0:<br />
        {   //return a button<br />
            QPushButton* editor = new QPushButton(parent);<br />
            editor->setText("Push push ...");<br />
            connect(editor, SIGNAL(clicked(bool)), this, SIGNAL(btnPushed()));<br />
            return editor;<br />
        }<br />
    case 1:<br />
        {   //return a spinbox<br />
            QSpinBox * editor = new QSpinBox(parent);<br />
            return editor;<br />
        }<br />
    default:<br />
        {   //use another combobox<br />
            QComboBox* editor = new QComboBox(parent);<br />
            editor->insertItems(0, QStringList() << "choice A" << "choice B" << "choice C");
            return editor;
        }
    }
    return nullptr;
}
</code></p>
<p>Not very useful, but shows the idea. </p>
]]></content:encoded>
			</item>
		<item>
		<title>Bitcoin in layman&#8217;s terms</title>
		<link>http://sizzls.com/bitcoin/bitcoin-in-laymans-terms/</link>
		<pubDate>Fri, 11 Jan 2013 05:23:40 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[bitcoin]]></category>
		<category><![CDATA[bitcoin miners]]></category>
		<category><![CDATA[blockchain]]></category>
		<category><![CDATA[BTC]]></category>

		<guid isPermaLink="false">http://www.sizzls.com/?p=210</guid>
		<description><![CDATA[The interest on bitcoin has been picked up laterly, we at sizzls.com, also wrote a series of articles about bitcoin. Bitcoin is one kind of virtual currency, another way of saying it, it is a number. Bitcoins are stored in bitcoin wallet, which is another number. Bitcoins is a P2P system, meaning this number is stored in many many people&#8217;s computer. Very important, there is <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://sizzls.com/bitcoin/bitcoin-in-laymans-terms/" class="more-link"><span>Read More &#8594;</span></a></span>]]></description>
				<content:encoded><![CDATA[<p><em>The interest on bitcoin has been picked up laterly, we at sizzls.com, also wrote a series of articles about bitcoin.</em></p>
<p>Bitcoin is one kind of virtual currency, another way of saying it, it is a number. Bitcoins are stored in bitcoin wallet, which is another number. Bitcoins is a P2P system, meaning this number is stored in many many people&#8217;s computer. Very important, there is no central point of failure, no centralized server keep it. When bitcoin are used by any person who owns it, it flow from one wallet to another wallet, every movement is logged digitally on a transaction log that tracks the time of movement and wallet coming from and into. This log is served as a audit trail, it proves that payer paid and the receiver received the payment. This log is called &#8216;blockchain&#8217;. In Bitcoin world, the longest blockchain wins. The blockchain is a very important concept in bitcoin world. There was instance someone fake a blockchain, but later determined to be shorter. </p>
<p>Bitcoin and wallet are numbers, but they are not random numbers. They must fit in some patterns. The folks who use computing power to find such numbers are called &#8216;miners&#8217;. They also confirm transactions and blockchain are valid. </p>
]]></content:encoded>
			</item>
		<item>
		<title>Our intern recommend eCampus.com</title>
		<link>http://sizzls.com/whatever/our-intern-recommend-ecampuscom/</link>
		<comments>http://sizzls.com/whatever/our-intern-recommend-ecampuscom/#comments</comments>
		<pubDate>Mon, 17 May 2010 23:43:51 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[whatever]]></category>

		<guid isPermaLink="false">http://www.sizzls.com/?p=206</guid>
		<description><![CDATA[It has been a few years since I graduated college. We all remember each semester we spent over a g on text book. At the end of semester, when we sold the book back, we just enough beer money. The new scene in the area, according to one of our interns, instead of buying a new book, you can save money by 1. buy a <span class="ellipsis">&#8230;</span> <span class="more-link-wrap"><a href="http://sizzls.com/whatever/our-intern-recommend-ecampuscom/" class="more-link"><span>Read More &#8594;</span></a></span>]]></description>
				<content:encoded><![CDATA[<p>It has been a few years since I graduated college. We all remember each semester we spent over a g on text book. At the end of semester, when we sold the book back, we just enough beer money. The new scene in the area, according to one of our interns, instead of buying a new book, you can save money by <strong>1. buy a used book, 2. buy an ebook, 3.RENT text book</strong>.</p>
<p>ECampus is a company support all of these methods. This got to be great. Since we are buying some of classical books in our field, I gave eCampus a try. Wow, they beat Amazon by 15 bucks one the tile I want to buy. Unfortunately, I can&#8217;t make the title public here.</p>
<p>A few more links for you if you want to try eCampus as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://sizzls.com/whatever/our-intern-recommend-ecampuscom/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- cool stuff -->